comparison man/lispref/lispref.texi @ 120:cca96a509cfe r20-1b12

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