diff doc/misc/ada-mode.texi @ 101823:1f59294f1587

* ada-mode.texi (No project files): Fix typo. (Bug#2214)
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 05 Feb 2009 23:38:36 +0000
parents 92111f082ebc
children 9bcea07061a8
line wrap: on
line diff
--- a/doc/misc/ada-mode.texi	Thu Feb 05 21:21:07 2009 +0000
+++ b/doc/misc/ada-mode.texi	Thu Feb 05 23:38:36 2009 +0000
@@ -749,7 +749,7 @@
 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}.