summaryrefslogtreecommitdiff
path: root/lispref/elisp.texi
diff options
context:
space:
mode:
Diffstat (limited to 'lispref/elisp.texi')
-rw-r--r--lispref/elisp.texi24
1 files changed, 13 insertions, 11 deletions
diff --git a/lispref/elisp.texi b/lispref/elisp.texi
index aebd78d50c6..182d9d121f3 100644
--- a/lispref/elisp.texi
+++ b/lispref/elisp.texi
@@ -12,8 +12,8 @@
@smallbook
@ifinfo
-This Info file contains edition 2.5.1 of the GNU Emacs Lisp
-Reference Manual, corresponding to Emacs version 20.4.
+This Info file contains edition 2.6 of the GNU Emacs Lisp
+Reference Manual, corresponding to Emacs version 21.1.
@c Please REMEMBER to update edition number in *four* places in this file
@c and also in *one* place in intro.texi
@@ -75,7 +75,7 @@ instead of in the original English.
@subtitle For Emacs Version 20.4
@c The edition number appears in several places in this file
@c and also in the file intro.texi.
-@subtitle Revision 2.5.1, January 1999
+@subtitle Revision 2.6, September 1999
@author by Bil Lewis, Dan LaLiberte, Richard Stallman
@author and the GNU Manual Group
@@ -85,11 +85,11 @@ Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999
Free Software Foundation, Inc.
@sp 2
-Edition 2.5.1 @*
-Revised for Emacs Version 20.4,@*
-January 1999.@*
+Edition 2.6 @*
+Revised for Emacs Version 21.1,@*
+September 1999.@*
@sp 2
-ISBN 1-882114-72-8
+ISBN 1-882114-73-6
@sp 2
Published by the Free Software Foundation @*
@@ -120,8 +120,8 @@ Cover art by Etienne Suvasa.
@node Top, Copying, (dir), (dir)
@ifinfo
-This Info file contains edition 2.5.1 of the GNU Emacs Lisp
-Reference Manual, corresponding to GNU Emacs version 20.4.
+This Info file contains edition 2.6 of the GNU Emacs Lisp
+Reference Manual, corresponding to GNU Emacs version 21.1.
@end ifinfo
@menu
@@ -136,6 +136,7 @@ Reference Manual, corresponding to GNU Emacs version 20.4.
* Sequences Arrays Vectors:: Lists, strings and vectors are called sequences.
Certain functions act on any kind of sequence.
The description of vectors is here as well.
+* Hash Tables:: Very fast lookup-tables.
* Symbols:: Symbols represent names, uniquely.
* Evaluation:: How Lisp expressions are evaluated.
@@ -867,10 +868,10 @@ Operating System Interface
Starting Up Emacs
-* Start-up Summary:: Sequence of actions Emacs performs at start-up.
+* Startup Summary:: Sequence of actions Emacs performs at start-up.
* Init File:: Details on reading the init file (@file{.emacs}).
* Terminal-Specific:: How the terminal-specific Lisp file is read.
-* Command Line Arguments:: How command line arguments are processed,
+* Command-Line Arguments:: How command line arguments are processed,
and how you can customize them.
Getting out of Emacs
@@ -914,6 +915,7 @@ Object Internals
@include lists.texi
@include sequences.texi
+@include hash.texi
@include symbols.texi
@include eval.texi