From: Juanma Barranquero Date: Thu, 5 Feb 2009 23:38:36 +0000 (+0000) Subject: * ada-mode.texi (No project files): Fix typo. (Bug#2214) X-Git-Tag: emacs-pretest-23.0.91~392 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5aa4315c5572dcaead7281f0d02f4161679ff068;p=emacs.git * ada-mode.texi (No project files): Fix typo. (Bug#2214) --- diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index df6e4f88bfc..1aed2bc8d29 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -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 --git a/doc/misc/ada-mode.texi b/doc/misc/ada-mode.texi index 8257327a158..20de8af9f1f 100644 --- a/doc/misc/ada-mode.texi +++ b/doc/misc/ada-mode.texi @@ -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}.