comparison man/lispref/lispref.texi @ 343:8bec6624d99b r21-1-1

Import from CVS: tag r21-1-1
author cvs
date Mon, 13 Aug 2007 10:52:53 +0200
parents afd57c14dfc8
children cc15677e0335
comparison
equal deleted inserted replaced
342:b036ce23deaa 343:8bec6624d99b
4 @c @smallbook 4 @c @smallbook
5 @settitle XEmacs Lisp Reference Manual 5 @settitle XEmacs Lisp Reference Manual
6 @c %**end of header 6 @c %**end of header
7 7
8 @ifinfo 8 @ifinfo
9 @dircategory XEmacs Editor
10 @direntry
11 * Lispref: (lispref). XEmacs Lisp Reference Manual.
12 @end direntry
13
9 Edition History: 14 Edition History:
10 15
11 GNU Emacs Lisp Reference Manual Second Edition (v2.01), May 1993 16 GNU Emacs Lisp Reference Manual Second Edition (v2.01), May 1993
12 GNU Emacs Lisp Reference Manual Further Revised (v2.02), August 1993 17 GNU Emacs Lisp Reference Manual Further Revised (v2.02), August 1993
13 Lucid Emacs Lisp Reference Manual (for 19.10) First Edition, March 1994 18 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 19 XEmacs Lisp Programmer's Manual (for 19.12) Second Edition, April 1995
15 GNU Emacs Lisp Reference Manual v2.4, June 1995 20 GNU Emacs Lisp Reference Manual v2.4, June 1995
16 XEmacs Lisp Programmer's Manual (for 19.13) Third Edition, July 1995 21 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 22 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 23 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 21.0) v3.3, April 1998 24 XEmacs Lisp Reference Manual (for 21.0 and 21.1) v3.3, April 1998
20 @c Please REMEMBER to update edition number in *four* places in this file 25 @c Please REMEMBER to update edition number in *four* places in this file
21 @c and also in *one* place in intro.texi 26 @c and also in *one* place in intro.texi
22 27
23 Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. 28 Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
24 Copyright (C) 1994, 1995 Sun Microsystems, Inc. 29 Copyright (C) 1994, 1995 Sun Microsystems, Inc.
74 @title XEmacs Lisp Reference Manual 79 @title XEmacs Lisp Reference Manual
75 @c The edition number appears in several places in this file 80 @c The edition number appears in several places in this file
76 @c and also in the file intro.texi. 81 @c and also in the file intro.texi.
77 @c This manual documents XEmacs 19.14 and 20.0 and was based on the 82 @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). 83 @c documentation for FSF Emacs 19.29 (v2.4).
79 @subtitle Version 3.3 (for XEmacs 21.0), April 1998 84 @subtitle Version 3.4 (for XEmacs 21.1), May 1999
80 85
81 @author by Ben Wing 86 @author by Ben Wing
82 @author 87 @author
83 @author Based on the GNU Emacs Lisp Reference Manual 88 @author Based on the GNU Emacs Lisp Reference Manual
84 @author by Bil Lewis, Dan LaLiberte, Richard Stallman 89 @author by Bil Lewis, Dan LaLiberte, Richard Stallman
88 Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. 93 Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
89 Copyright @copyright{} 1994, 1995 Sun Microsystems, Inc. 94 Copyright @copyright{} 1994, 1995 Sun Microsystems, Inc.
90 Copyright @copyright{} 1995, 1996 Ben Wing. 95 Copyright @copyright{} 1995, 1996 Ben Wing.
91 @sp 2 96 @sp 2
92 Version 3.3 @* 97 Version 3.3 @*
93 Revised for XEmacs Versions 21.0,@* 98 Revised for XEmacs Versions 21.1,@*
94 April 1998.@* 99 April 1998.@*
95 100
96 Permission is granted to make and distribute verbatim copies of this 101 Permission is granted to make and distribute verbatim copies of this
97 manual provided the copyright notice and this permission notice are 102 manual provided the copyright notice and this permission notice are
98 preserved on all copies. 103 preserved on all copies.
116 121
117 @node Top, Copying, (dir), (dir) 122 @node Top, Copying, (dir), (dir)
118 123
119 @ifinfo 124 @ifinfo
120 This Info file contains the third edition of the XEmacs Lisp 125 This Info file contains the third edition of the XEmacs Lisp
121 Reference Manual, corresponding to XEmacs version 21.0. 126 Reference Manual, corresponding to XEmacs version 21.1.
122 @end ifinfo 127 @end ifinfo
123 128
124 @menu 129 @menu
125 * Copying:: Conditions for copying and changing XEmacs. 130 * Copying:: Conditions for copying and changing XEmacs.
126 * Introduction:: Introduction and conventions used. 131 * Introduction:: Introduction and conventions used.