]> code.delx.au - gnu-emacs/blobdiff - doc/misc/ada-mode.texi
* ada-mode.texi (No project files): Fix typo. (Bug#2214)
[gnu-emacs] / doc / misc / ada-mode.texi
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}.