diff options
Diffstat (limited to 'doc/lispintro')
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 489ba8d6ef8..9ad4cf102e3 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi | |||
| @@ -63,10 +63,6 @@ | |||
| 63 | \global\hbadness=6666 % don't worry about not-too-underfull boxes | 63 | \global\hbadness=6666 % don't worry about not-too-underfull boxes |
| 64 | @end tex | 64 | @end tex |
| 65 | 65 | ||
| 66 | @c These refer to the printed book sold by the FSF. | ||
| 67 | @set edition-number 3.10 | ||
| 68 | @set update-date 28 October 2009 | ||
| 69 | |||
| 70 | @c For next or subsequent edition: | 66 | @c For next or subsequent edition: |
| 71 | @c create function using with-output-to-temp-buffer | 67 | @c create function using with-output-to-temp-buffer |
| 72 | @c create a major mode, with keymaps | 68 | @c create a major mode, with keymaps |
| @@ -106,9 +102,6 @@ | |||
| 106 | This is @cite{An Introduction to Programming in Emacs Lisp}, for | 102 | This is @cite{An Introduction to Programming in Emacs Lisp}, for |
| 107 | people who are not programmers. | 103 | people who are not programmers. |
| 108 | @sp 1 | 104 | @sp 1 |
| 109 | @iftex | ||
| 110 | Edition @value{edition-number}, @value{update-date} | ||
| 111 | @end iftex | ||
| 112 | @ifnottex | 105 | @ifnottex |
| 113 | Distributed with Emacs version @value{EMACSVER}. | 106 | Distributed with Emacs version @value{EMACSVER}. |
| 114 | @end ifnottex | 107 | @end ifnottex |