comparison man/lispref/lispref.texi @ 227:0e522484dd2a r20-5b12

Import from CVS: tag r20-5b12
author cvs
date Mon, 13 Aug 2007 10:12:37 +0200
parents 78f53ef88e17
children 6330739388db
comparison
equal deleted inserted replaced
226:eea38c7ad7b4 227:0e522484dd2a
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 @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
20 @c and also in *one* place in intro.texi 21 @c and also in *one* place in intro.texi
21 22
22 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.
23 Copyright (C) 1994, 1995 Sun Microsystems, Inc. 24 Copyright (C) 1994, 1995 Sun Microsystems, Inc.
73 @title XEmacs Lisp Reference Manual 74 @title XEmacs Lisp Reference Manual
74 @c The edition number appears in several places in this file 75 @c The edition number appears in several places in this file
75 @c and also in the file intro.texi. 76 @c and also in the file intro.texi.
76 @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
77 @c documentation for FSF Emacs 19.29 (v2.4). 78 @c documentation for FSF Emacs 19.29 (v2.4).
78 @subtitle Version 3.2 (for XEmacs 19.15 and 20.1, 20.2, 20.3), April, May, November 1997 79 @subtitle Version 3.3 (for XEmacs 20.5), April 1998
79 80
80 @author by Ben Wing 81 @author by Ben Wing
81 @author 82 @author
82 @author Based on the GNU Emacs Lisp Reference Manual 83 @author Based on the GNU Emacs Lisp Reference Manual
83 @author by Bil Lewis, Dan LaLiberte, Richard Stallman 84 @author by Bil Lewis, Dan LaLiberte, Richard Stallman
86 @vskip 0pt plus 1filll 87 @vskip 0pt plus 1filll
87 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.
88 Copyright @copyright{} 1994, 1995 Sun Microsystems, Inc. 89 Copyright @copyright{} 1994, 1995 Sun Microsystems, Inc.
89 Copyright @copyright{} 1995, 1996 Ben Wing. 90 Copyright @copyright{} 1995, 1996 Ben Wing.
90 @sp 2 91 @sp 2
91 Version 3.2 @* 92 Version 3.3 @*
92 Revised for XEmacs Versions 19.15 and 20.1, 20.2, 20.3,@* 93 Revised for XEmacs Versions 20.5,@*
93 April, May 1997.@* 94 April 1998.@*
94 95
95 Permission is granted to make and distribute verbatim copies of this 96 Permission is granted to make and distribute verbatim copies of this
96 manual provided the copyright notice and this permission notice are 97 manual provided the copyright notice and this permission notice are
97 preserved on all copies. 98 preserved on all copies.
98 99
115 116
116 @node Top, Copying, (dir), (dir) 117 @node Top, Copying, (dir), (dir)
117 118
118 @ifinfo 119 @ifinfo
119 This Info file contains the third edition of the XEmacs Lisp 120 This Info file contains the third edition of the XEmacs Lisp
120 Reference Manual, corresponding to XEmacs versions 19.15 and 20.1. 121 Reference Manual, corresponding to XEmacs version 20.5.
121 @end ifinfo 122 @end ifinfo
122 123
123 @menu 124 @menu
124 * Copying:: Conditions for copying and changing XEmacs. 125 * Copying:: Conditions for copying and changing XEmacs.
125 * Introduction:: Introduction and conventions used. 126 * Introduction:: Introduction and conventions used.