Mercurial > hg > xemacs-beta
comparison man/lispref/lispref.texi @ 276:6330739388db r21-0b36
Import from CVS: tag r21-0b36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:30:37 +0200 |
parents | 0e522484dd2a |
children | 558f606b08ae |
comparison
equal
deleted
inserted
replaced
275:a68ae4439f57 | 276:6330739388db |
---|---|
14 XEmacs Lisp Programmer's Manual (for 19.12) Second Edition, April 1995 | 14 XEmacs Lisp Programmer's Manual (for 19.12) Second Edition, April 1995 |
15 GNU Emacs Lisp Reference Manual v2.4, June 1995 | 15 GNU Emacs Lisp Reference Manual v2.4, June 1995 |
16 XEmacs Lisp Programmer's Manual (for 19.13) Third Edition, July 1995 | 16 XEmacs Lisp Programmer's Manual (for 19.13) Third Edition, July 1995 |
17 XEmacs Lisp Reference Manual (for 19.14 and 20.0) v3.1, March 1996 | 17 XEmacs Lisp Reference Manual (for 19.14 and 20.0) v3.1, March 1996 |
18 XEmacs Lisp Reference Manual (for 19.15 and 20.1, 20.2, 20.3) v3.2, April, May, November 1997 | 18 XEmacs Lisp Reference Manual (for 19.15 and 20.1, 20.2, 20.3) v3.2, April, May, November 1997 |
19 XEmacs Lisp Reference Manual (for 20.5) v3.3, April 1998 | 19 XEmacs Lisp Reference Manual (for 21.0) v3.3, April 1998 |
20 @c Please REMEMBER to update edition number in *four* places in this file | 20 @c Please REMEMBER to update edition number in *four* places in this file |
21 @c and also in *one* place in intro.texi | 21 @c and also in *one* place in intro.texi |
22 | 22 |
23 Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. | 23 Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. |
24 Copyright (C) 1994, 1995 Sun Microsystems, Inc. | 24 Copyright (C) 1994, 1995 Sun Microsystems, Inc. |
74 @title XEmacs Lisp Reference Manual | 74 @title XEmacs Lisp Reference Manual |
75 @c The edition number appears in several places in this file | 75 @c The edition number appears in several places in this file |
76 @c and also in the file intro.texi. | 76 @c and also in the file intro.texi. |
77 @c This manual documents XEmacs 19.14 and 20.0 and was based on the | 77 @c This manual documents XEmacs 19.14 and 20.0 and was based on the |
78 @c documentation for FSF Emacs 19.29 (v2.4). | 78 @c documentation for FSF Emacs 19.29 (v2.4). |
79 @subtitle Version 3.3 (for XEmacs 20.5), April 1998 | 79 @subtitle Version 3.3 (for XEmacs 21.0), April 1998 |
80 | 80 |
81 @author by Ben Wing | 81 @author by Ben Wing |
82 @author | 82 @author |
83 @author Based on the GNU Emacs Lisp Reference Manual | 83 @author Based on the GNU Emacs Lisp Reference Manual |
84 @author by Bil Lewis, Dan LaLiberte, Richard Stallman | 84 @author by Bil Lewis, Dan LaLiberte, Richard Stallman |
88 Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. | 88 Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. |
89 Copyright @copyright{} 1994, 1995 Sun Microsystems, Inc. | 89 Copyright @copyright{} 1994, 1995 Sun Microsystems, Inc. |
90 Copyright @copyright{} 1995, 1996 Ben Wing. | 90 Copyright @copyright{} 1995, 1996 Ben Wing. |
91 @sp 2 | 91 @sp 2 |
92 Version 3.3 @* | 92 Version 3.3 @* |
93 Revised for XEmacs Versions 20.5,@* | 93 Revised for XEmacs Versions 21.0,@* |
94 April 1998.@* | 94 April 1998.@* |
95 | 95 |
96 Permission is granted to make and distribute verbatim copies of this | 96 Permission is granted to make and distribute verbatim copies of this |
97 manual provided the copyright notice and this permission notice are | 97 manual provided the copyright notice and this permission notice are |
98 preserved on all copies. | 98 preserved on all copies. |
116 | 116 |
117 @node Top, Copying, (dir), (dir) | 117 @node Top, Copying, (dir), (dir) |
118 | 118 |
119 @ifinfo | 119 @ifinfo |
120 This Info file contains the third edition of the XEmacs Lisp | 120 This Info file contains the third edition of the XEmacs Lisp |
121 Reference Manual, corresponding to XEmacs version 20.5. | 121 Reference Manual, corresponding to XEmacs version 21.0. |
122 @end ifinfo | 122 @end ifinfo |
123 | 123 |
124 @menu | 124 @menu |
125 * Copying:: Conditions for copying and changing XEmacs. | 125 * Copying:: Conditions for copying and changing XEmacs. |
126 * Introduction:: Introduction and conventions used. | 126 * Introduction:: Introduction and conventions used. |