Mercurial > emacs
comparison lispref/elisp.texi @ 27193:89afca54a135
@ifinto -> @ifnottex.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 05 Jan 2000 15:18:01 +0000 |
parents | df0efa93750b |
children | e732cf6d8d12 |
comparison
equal
deleted
inserted
replaced
27192:f70a80cecdd3 | 27193:89afca54a135 |
---|---|
9 * Elisp: (elisp). The Emacs Lisp Reference Manual. | 9 * Elisp: (elisp). The Emacs Lisp Reference Manual. |
10 @end direntry | 10 @end direntry |
11 | 11 |
12 @smallbook | 12 @smallbook |
13 | 13 |
14 @ifinfo | 14 @ifnottex |
15 This Info file contains edition 2.6 of the GNU Emacs Lisp | 15 This Info file contains edition 2.6 of the GNU Emacs Lisp |
16 Reference Manual, corresponding to Emacs version 21.1. | 16 Reference Manual, corresponding to Emacs version 21.1. |
17 @c Please REMEMBER to update edition number in *four* places in this file | 17 @c Please REMEMBER to update edition number in *four* places in this file |
18 @c and also in *one* place in intro.texi | 18 @c and also in *one* place in intro.texi |
19 | 19 |
55 Permission is granted to copy and distribute translations of this manual | 55 Permission is granted to copy and distribute translations of this manual |
56 into another language, under the above conditions for modified versions, | 56 into another language, under the above conditions for modified versions, |
57 except that the section entitled ``GNU General Public License'' may be | 57 except that the section entitled ``GNU General Public License'' may be |
58 included in a translation approved by the Free Software Foundation | 58 included in a translation approved by the Free Software Foundation |
59 instead of in the original English. | 59 instead of in the original English. |
60 @end ifinfo | 60 @end ifnottex |
61 | 61 |
62 @c Combine indices. | 62 @c Combine indices. |
63 @synindex cp fn | 63 @synindex cp fn |
64 @syncodeindex vr fn | 64 @syncodeindex vr fn |
65 @syncodeindex ky fn | 65 @syncodeindex ky fn |
117 @end titlepage | 117 @end titlepage |
118 @page | 118 @page |
119 | 119 |
120 @node Top, Copying, (dir), (dir) | 120 @node Top, Copying, (dir), (dir) |
121 | 121 |
122 @ifinfo | 122 @ifnottex |
123 This Info file contains edition 2.6 of the GNU Emacs Lisp | 123 This Info file contains edition 2.6 of the GNU Emacs Lisp |
124 Reference Manual, corresponding to GNU Emacs version 21.1. | 124 Reference Manual, corresponding to GNU Emacs version 21.1. |
125 @end ifinfo | 125 @end ifnottex |
126 | 126 |
127 @menu | 127 @menu |
128 * Copying:: Conditions for copying and changing GNU Emacs. | 128 * Copying:: Conditions for copying and changing GNU Emacs. |
129 * Introduction:: Introduction and conventions used. | 129 * Introduction:: Introduction and conventions used. |
130 * Standards: Coding Conventions. Coding conventions for Emacs Lisp. | 130 * Standards: Coding Conventions. Coding conventions for Emacs Lisp. |