diff man/lispref/intro.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 9f59509498e1
line wrap: on
line diff
--- a/man/lispref/intro.texi	Mon Aug 13 09:00:04 2007 +0200
+++ b/man/lispref/intro.texi	Mon Aug 13 09:02:59 2007 +0200
@@ -424,7 +424,7 @@
 programming languages, and later chapters describe features that are
 peculiar to XEmacs Lisp or relate specifically to editing.
 
-  This is edition 3.2.
+  This is edition 3.0.
 
 @menu
 * Caveats::             Flaws and a request for help.
@@ -472,9 +472,8 @@
 
 This manual was originally written for FSF Emacs 19 and was updated by
 Ben Wing (wing@@666.com) for Lucid Emacs 19.10 and later for XEmacs
-19.12, 19.13, 19.14, and 20.0.  It was further updated by the XEmacs
-Development Team for 19.15 and 20.1.  Please send comments and
-corrections relating to XEmacs-specific portions of this manual to
+19.12, 19.13, 19.14, and 20.0.  Please send comments and corrections
+relating to XEmacs-specific portions of this manual to
 @example
 xemacs@@xemacs.org
 @end example
@@ -613,9 +612,9 @@
 evaluation of the expanded form.
 
 @example
-(news-cadr '(a b c))
-     @expansion{} (car (cdr '(a b c)))
-     @result{} b
+(third '(a b c))
+     @expansion{} (car (cdr (cdr '(a b c))))
+     @result{} c
 @end example
 
   Sometimes to help describe one form we show another form that
@@ -623,7 +622,7 @@
 indicated with @samp{@equiv{}}.
 
 @example
-(cons 'a nil) @equiv{} (list 'a)
+(make-sparse-keymap) @equiv{} (list 'keymap)
 @end example
 
 @node Printing Notation
@@ -859,8 +858,7 @@
 sections: events, faces, extents, glyphs, specifiers, toolbar, menubars,
 scrollbars, dialog boxes, devices, consoles, hash tables, range tables,
 char tables, databases, and others.  The section on annotations was
-originally written by Chuck Thompson.  Corrections to v3.1 were done by
-Martin Buchholz, Steve Baur, and Hrvoje Niksic.
+originally written by Chuck Thompson.
 
   Corrections to the original GNU Emacs Lisp Reference Manual were
 supplied by Karl Berry, Jim Blandy, Bard Bloom, Stephane Boucher, David