diff options
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/calc.texi | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index aa22c6415a1..874324ffac6 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-10-24 Jay Belanger <jay.p.belanger@gmail.com> | ||
| 2 | |||
| 3 | * calc.texi: Use emacsver.texi to determine Emacs version. | ||
| 4 | |||
| 1 | 2010-10-22 Juanma Barranquero <lekktu@gmail.com> | 5 | 2010-10-22 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * gnus.texi (Group Parameters, Buttons): Fix typos. | 7 | * gnus.texi (Group Parameters, Buttons): Fix typos. |
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index f0b79e95dc8..f76eeaf884d 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi | |||
| @@ -7,6 +7,8 @@ | |||
| 7 | @setchapternewpage odd | 7 | @setchapternewpage odd |
| 8 | @comment %**end of header (This is for running Texinfo on a region.) | 8 | @comment %**end of header (This is for running Texinfo on a region.) |
| 9 | 9 | ||
| 10 | @include ../emacs/emacsver.texi | ||
| 11 | |||
| 10 | @c The following macros are used for conditional output for single lines. | 12 | @c The following macros are used for conditional output for single lines. |
| 11 | @c @texline foo | 13 | @c @texline foo |
| 12 | @c `foo' will appear only in TeX output | 14 | @c `foo' will appear only in TeX output |
| @@ -88,7 +90,8 @@ | |||
| 88 | This file documents Calc, the GNU Emacs calculator. | 90 | This file documents Calc, the GNU Emacs calculator. |
| 89 | @end ifinfo | 91 | @end ifinfo |
| 90 | @ifnotinfo | 92 | @ifnotinfo |
| 91 | This file documents Calc, the GNU Emacs calculator, included with GNU Emacs 23.1. | 93 | This file documents Calc, the GNU Emacs calculator, included with |
| 94 | GNU Emacs @value{EMACSVER}. | ||
| 92 | @end ifnotinfo | 95 | @end ifnotinfo |
| 93 | 96 | ||
| 94 | Copyright @copyright{} 1990, 1991, 2001, 2002, 2003, 2004, | 97 | Copyright @copyright{} 1990, 1991, 2001, 2002, 2003, 2004, |