changeset 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 dfb524fba23c
children f8f2a2994cd5
files doc/misc/ChangeLog doc/misc/ada-mode.texi
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/misc/ChangeLog	Thu Feb 05 21:21:07 2009 +0000
+++ b/doc/misc/ChangeLog	Thu Feb 05 23:38:36 2009 +0000
@@ -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*.
--- 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}.