Mercurial > hg > xemacs-beta
comparison man/lispref/lispref.texi @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 05472e90ae02 |
children | cca96a509cfe |
comparison
equal
deleted
inserted
replaced
69:804d1389bcd6 | 70:131b0175ea99 |
---|---|
13 Lucid Emacs Lisp Reference Manual (for 19.10) First Edition, March 1994 | 13 Lucid Emacs Lisp Reference Manual (for 19.10) First Edition, March 1994 |
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) v3.2, April, May 1997 | |
19 @c Please REMEMBER to update edition number in *four* places in this file | 18 @c Please REMEMBER to update edition number in *four* places in this file |
20 @c and also in *one* place in intro.texi | 19 @c and also in *one* place in intro.texi |
21 | 20 |
22 Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. | 21 Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. |
23 Copyright (C) 1994, 1995 Sun Microsystems, Inc. | 22 Copyright (C) 1994, 1995 Sun Microsystems, Inc. |
73 @title XEmacs Lisp Reference Manual | 72 @title XEmacs Lisp Reference Manual |
74 @c The edition number appears in several places in this file | 73 @c The edition number appears in several places in this file |
75 @c and also in the file intro.texi. | 74 @c and also in the file intro.texi. |
76 @c This manual documents XEmacs 19.14 and 20.0 and was based on the | 75 @c This manual documents XEmacs 19.14 and 20.0 and was based on the |
77 @c documentation for FSF Emacs 19.29 (v2.4). | 76 @c documentation for FSF Emacs 19.29 (v2.4). |
78 @subtitle Version 3.2 (for XEmacs 19.15 and 20.1, 20.2), April, May 1997 | 77 @subtitle Version 3.1 (for XEmacs 19.14 and 20.0), March 1996 |
79 | 78 |
80 @author by Ben Wing | 79 @author by Ben Wing |
81 @author | 80 @author |
82 @author Based on the GNU Emacs Lisp Reference Manual | 81 @author Based on the GNU Emacs Lisp Reference Manual |
83 @author by Bil Lewis, Dan LaLiberte, Richard Stallman | 82 @author by Bil Lewis, Dan LaLiberte, Richard Stallman |
86 @vskip 0pt plus 1filll | 85 @vskip 0pt plus 1filll |
87 Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. | 86 Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. |
88 Copyright @copyright{} 1994, 1995 Sun Microsystems, Inc. | 87 Copyright @copyright{} 1994, 1995 Sun Microsystems, Inc. |
89 Copyright @copyright{} 1995, 1996 Ben Wing. | 88 Copyright @copyright{} 1995, 1996 Ben Wing. |
90 @sp 2 | 89 @sp 2 |
91 Version 3.2 @* | 90 Version 3.1 @* |
92 Revised for XEmacs Versions 19.15 and 20.1, 20.2,@* | 91 Revised for XEmacs Versions 19.14 and 20.0,@* |
93 April, May 1997.@* | 92 March, 1996.@* |
94 | 93 |
95 Permission is granted to make and distribute verbatim copies of this | 94 Permission is granted to make and distribute verbatim copies of this |
96 manual provided the copyright notice and this permission notice are | 95 manual provided the copyright notice and this permission notice are |
97 preserved on all copies. | 96 preserved on all copies. |
98 | 97 |
115 | 114 |
116 @node Top, Copying, (dir), (dir) | 115 @node Top, Copying, (dir), (dir) |
117 | 116 |
118 @ifinfo | 117 @ifinfo |
119 This Info file contains the third edition of the XEmacs Lisp | 118 This Info file contains the third edition of the XEmacs Lisp |
120 Reference Manual, corresponding to XEmacs versions 19.15 and 20.1. | 119 Reference Manual, corresponding to XEmacs versions 19.14 and 20.0. |
121 @end ifinfo | 120 @end ifinfo |
122 | 121 |
123 @menu | 122 @menu |
124 * Copying:: Conditions for copying and changing XEmacs. | 123 * Copying:: Conditions for copying and changing XEmacs. |
125 * Introduction:: Introduction and conventions used. | 124 * Introduction:: Introduction and conventions used. |