]> code.delx.au - gnu-emacs/blobdiff - lispref/elisp.texi
*** empty log message ***
[gnu-emacs] / lispref / elisp.texi
index 96e2ab516b1de0225b8cb711afd67c6446c709c0..ad09c6d190c27215470a6f57ff9016c76ef05b74 100644 (file)
@@ -4,6 +4,9 @@
 @settitle GNU Emacs Lisp Reference Manual
 @c %**end of header
 
+@c Versino of the manual.
+@set VERSION 2.8
+
 @dircategory Editors
 @direntry
 * Elisp: (elisp).      The Emacs Lisp Reference Manual.
@@ -22,7 +25,7 @@
 @c @syncodeindex tp fn
 
 @ifnottex
-This Info file contains edition 2.6 of the GNU Emacs Lisp
+This Info file contains edition @value{VERSION} 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
@@ -52,7 +55,7 @@ Software Foundation raise funds for GNU development.''
 @subtitle For Emacs Version 21
 @c The edition number appears in several places in this file
 @c and also in the file intro.texi.
-@subtitle Revision 2.6, May 2000
+@subtitle Revision @value{VERSION}, May 2000
 
 @author by Bil Lewis, Dan LaLiberte, Richard Stallman
 @author and the GNU Manual Group
@@ -62,7 +65,7 @@ Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 200
 Free Software Foundation, Inc. 
 
 @sp 2
-Edition 2.6 @*
+Edition @value{VERSION} @*
 Revised for Emacs Version 21.1,@*
 May 2000.@*
 @sp 2
@@ -92,7 +95,7 @@ Cover art by Etienne Suvasa.
 @node Top, Introduction, (dir), (dir)
 
 @ifnottex
-This Info file contains edition 2.6 of the GNU Emacs Lisp
+This Info file contains edition @value{VERSION} of the GNU Emacs Lisp
 Reference Manual, corresponding to GNU Emacs version 21.1.
 @end ifnottex
 
@@ -767,6 +770,10 @@ Text Properties
                               them back.
 * Lazy Properties::         Computing text properties in a lazy fashion
                               only when text is examined.
+* Clickable Text::          Using text properties to make regions of text
+                              do something when you click on them.
+* Fields::                  The @code{field} property defines
+                              fields within the buffer.
 * Not Intervals::          Why text properties do not use
                              Lisp-visible text intervals.