aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2010-01-18 04:54:24 +0100
committerJuanma Barranquero2010-01-18 04:54:24 +0100
commit14f17fc8ff23dbf6d6442f904a73b0e181f01886 (patch)
treea6ee4a02a3d057bcf683578b8ce50f4e776790f8
parentd738d18b5cc598d3f8f6ddd8f1ef85dc101c7f50 (diff)
downloademacs-14f17fc8ff23dbf6d6442f904a73b0e181f01886.tar.gz
emacs-14f17fc8ff23dbf6d6442f904a73b0e181f01886.zip
Fix typo in texinfo file.
-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 a8227f0b808..4a099bdb2c1 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12010-01-18 Juanma Barranquero <lekktu@gmail.com>
2
3 * ada-mode.texi (Project File Overview): Fix typo.
4
12010-01-17 Chong Yidong <cyd@stupidchicken.com> 52010-01-17 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * semantic.texi: Add Richard Y. Kim credit. 7 * semantic.texi: Add Richard Y. Kim credit.
diff --git a/doc/misc/ada-mode.texi b/doc/misc/ada-mode.texi
index af5dc310a58..86d63e5ed9b 100644
--- a/doc/misc/ada-mode.texi
+++ b/doc/misc/ada-mode.texi
@@ -396,7 +396,7 @@ src_dir=/Projects/my_project/src_1
396src_dir=/Projects/my_project/src_2 396src_dir=/Projects/my_project/src_2
397@end example 397@end example
398 398
399Some variables (like @code{src_dir}) are lists; multiple occurances 399Some variables (like @code{src_dir}) are lists; multiple occurrences
400are concatenated. 400are concatenated.
401 401
402There must be no space between the variable name and ``='', and no 402There must be no space between the variable name and ``='', and no