aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/ada-mode.texi2
2 files changed, 5 insertions, 1 deletions
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 @@
12009-02-05 Arni Magnusson <arnima@hafro.is>
2
3 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
4
12009-02-04 Reiner Steib <Reiner.Steib@gmx.de> 52009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
2 6
3 * gnus-news.texi: Print version about Incoming*. 7 * 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.
749To fix the error, change the line to be 749To fix the error, change the line to be
750 750
751@example 751@example
752 Ada.Text_IO.Put_Line ("hello from hello.adb"): 752 Ada.Text_IO.Put_Line ("hello from hello.adb");
753@end example 753@end example
754 754
755Now invoke @key{Ada | Show main}; this displays @file{Ada mode main: hello}. 755Now invoke @key{Ada | Show main}; this displays @file{Ada mode main: hello}.