]> code.delx.au - gnu-emacs/commitdiff
* ada-mode.texi (No project files): Fix typo. (Bug#2214)
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 5 Feb 2009 23:38:36 +0000 (23:38 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 5 Feb 2009 23:38:36 +0000 (23:38 +0000)
doc/misc/ChangeLog
doc/misc/ada-mode.texi

index df6e4f88bfc43d4193a45c25836478beb905f62d..1aed2bc8d29ad120abfb13a9ac05bea360d3d3f5 100644 (file)
@@ -1,3 +1,7 @@
+2009-02-05  Arni Magnusson  <arnima@hafro.is>
+
+       * ada-mode.texi (No project files): Fix typo.  (Bug#2214)
+
 2009-02-04  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus-news.texi: Print version about Incoming*.
index 8257327a158775d1247c89855ec814e94f297ffc..20de8af9f1fb55d4c472fafc306709e6aef67976 100644 (file)
@@ -749,7 +749,7 @@ point is put at the place of the error in the @file{hello.adb} buffer.
 To fix the error, change the line to be
 
 @example
-    Ada.Text_IO.Put_Line ("hello from hello.adb"):
+    Ada.Text_IO.Put_Line ("hello from hello.adb");
 @end example
 
 Now invoke @key{Ada | Show main}; this displays @file{Ada mode main: hello}.