# HG changeset patch # User Juanma Barranquero # Date 1233877116 0 # Node ID 1f59294f1587881009989984b4019a04a639b0fe # Parent dfb524fba23cc56e820c72cddd5873669ebda5dc * ada-mode.texi (No project files): Fix typo. (Bug#2214) diff -r dfb524fba23c -r 1f59294f1587 doc/misc/ChangeLog --- 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 + + * ada-mode.texi (No project files): Fix typo. (Bug#2214) + 2009-02-04 Reiner Steib * gnus-news.texi: Print version about Incoming*. diff -r dfb524fba23c -r 1f59294f1587 doc/misc/ada-mode.texi --- 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}.