Mercurial > hg > xemacs-beta
diff man/lispref/lispref.texi @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 8bec6624d99b |
children | 6240c7796c7a |
line wrap: on
line diff
--- a/man/lispref/lispref.texi Mon Aug 13 11:01:58 2007 +0200 +++ b/man/lispref/lispref.texi Mon Aug 13 11:03:08 2007 +0200 @@ -6,11 +6,6 @@ @c %**end of header @ifinfo -@dircategory XEmacs Editor -@direntry -* Lispref: (lispref). XEmacs Lisp Reference Manual. -@end direntry - Edition History: GNU Emacs Lisp Reference Manual Second Edition (v2.01), May 1993 @@ -21,7 +16,7 @@ XEmacs Lisp Programmer's Manual (for 19.13) Third Edition, July 1995 XEmacs Lisp Reference Manual (for 19.14 and 20.0) v3.1, March 1996 XEmacs Lisp Reference Manual (for 19.15 and 20.1, 20.2, 20.3) v3.2, April, May, November 1997 -XEmacs Lisp Reference Manual (for 21.0 and 21.1) v3.3, April 1998 +XEmacs Lisp Reference Manual (for 21.0) v3.3, April 1998 @c Please REMEMBER to update edition number in *four* places in this file @c and also in *one* place in intro.texi @@ -81,7 +76,7 @@ @c and also in the file intro.texi. @c This manual documents XEmacs 19.14 and 20.0 and was based on the @c documentation for FSF Emacs 19.29 (v2.4). -@subtitle Version 3.4 (for XEmacs 21.1), May 1999 +@subtitle Version 3.3 (for XEmacs 21.0), April 1998 @author by Ben Wing @author @@ -95,7 +90,7 @@ Copyright @copyright{} 1995, 1996 Ben Wing. @sp 2 Version 3.3 @* -Revised for XEmacs Versions 21.1,@* +Revised for XEmacs Versions 21.0,@* April 1998.@* Permission is granted to make and distribute verbatim copies of this @@ -123,7 +118,7 @@ @ifinfo This Info file contains the third edition of the XEmacs Lisp -Reference Manual, corresponding to XEmacs version 21.1. +Reference Manual, corresponding to XEmacs version 21.0. @end ifinfo @menu @@ -145,7 +140,6 @@ * Functions:: A function is a Lisp program that can be invoked from other functions. * Macros:: Macros are a way to extend the Lisp language. -* Customization:: Writing customization declarations. * Loading:: Reading files of Lisp code into Lisp. * Byte Compilation:: Compilation makes programs run faster. @@ -1150,7 +1144,6 @@ @include variables.texi @include functions.texi @include macros.texi -@include customize.texi @include loading.texi @include compile.texi