diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/misc/ada-mode.texi | 2 |
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 @@ +2010-01-18 Juanma Barranquero <lekktu@gmail.com> + + * ada-mode.texi (Project File Overview): Fix typo. + 2010-01-17 Chong Yidong <cyd@stupidchicken.com> * 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 src_dir=/Projects/my_project/src_2 @end example -Some variables (like @code{src_dir}) are lists; multiple occurances +Some variables (like @code{src_dir}) are lists; multiple occurrences are concatenated. There must be no space between the variable name and ``='', and no |