]> code.delx.au - gnu-emacs/blobdiff - lispref/elisp.texi
(make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
[gnu-emacs] / lispref / elisp.texi
index e2acf23afc1fa8ab7d2d1ac7782da518d7731cac..cd350c9bf182fc9f0e62603567616677dce4621f 100644 (file)
@@ -5,9 +5,9 @@
 @c %**end of header
 
 @c Versino of the manual.
-@set VERSION 2.8
+@set VERSION 2.9
 
-@dircategory Editors
+@dircategory Emacs
 @direntry
 * Elisp: (elisp).      The Emacs Lisp Reference Manual.
 @end direntry
 
 @ifnottex
 This Info file contains edition @value{VERSION} of the GNU Emacs Lisp
-Reference Manual, corresponding to Emacs version 21.1.
+Reference Manual, corresponding to Emacs version 21.3.
 @c Please REMEMBER to update edition number in *four* places in this file
-@c                 and also in *one* place in intro.texi
+@c                 and also in *one* place in intro.texi and *one* in README.
 
 Published by the Free Software Foundation
 59 Temple Place, Suite 330
 Boston, MA  02111-1307  USA
 
-Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000
- Free Software Foundation, Inc. 
+Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999,@*
             2000, 2002 Free Software Foundation, Inc. 
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.1 or
@@ -55,19 +55,19 @@ 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 @value{VERSION}, May 2000
+@subtitle Revision @value{VERSION}, January 2002
 
 @author by Bil Lewis, Dan LaLiberte, Richard Stallman
 @author and the GNU Manual Group
 @page
 @vskip 0pt plus 1filll
-Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000
-Free Software Foundation, Inc. 
+Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,@*
+1999, 2000, 2002 Free Software Foundation, Inc.
 
 @sp 2
 Edition @value{VERSION} @*
-Revised for Emacs Version 21.1,@*
-May 2000.@*
+Revised for Emacs Version 21.3,@*
+January 2002.@*
 @sp 2
 ISBN 1-882114-73-6
 
@@ -96,7 +96,7 @@ Cover art by Etienne Suvasa.
 
 @ifnottex
 This Info file contains edition @value{VERSION} of the GNU Emacs Lisp
-Reference Manual, corresponding to GNU Emacs version 21.1.
+Reference Manual, corresponding to GNU Emacs version 21.3.
 @end ifnottex
 
 @menu
@@ -770,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.
 
@@ -788,7 +792,7 @@ Non-ASCII Characters
 * Translation of Characters::   Translation tables are used for conversion.
 * Coding Systems::          Coding systems are conversions for saving files.
 * Input Methods::           Input methods allow users to enter various
-                                non-ASCII characters without speciak keyboards.
+                                non-ASCII characters without special keyboards.
 * Locales::                 Interacting with the POSIX locale.
 
 Searching and Matching