Changeset 4220 for trunk/lispref/elisp.texi
- Timestamp:
- 04/04/08 22:04:40 (8 months ago)
- Files:
-
- trunk/lispref/elisp.texi (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lispref/elisp.texi
r4213 r4220 8 8 @c Please remember to update the edition number in README as well. 9 9 @set VERSION 2.9 10 @set EMACSVER 22. 110 @set EMACSVER 22.2 11 11 12 12 @dircategory Emacs … … 16 16 17 17 @c in general, keep the following line commented out, unless doing a 18 @c copy of this manual that will be published. the manual should go18 @c copy of this manual that will be published. The manual should go 19 19 @c onto the distribution in the full, 8.5 x 11" size. 20 20 @c set smallbook … … 50 50 51 51 Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 52 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software52 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software 53 53 Foundation, Inc. 54 54 … … 62 62 section entitled ``GNU Free Documentation License.'' 63 63 64 (a) The FSF's Back-Cover Text is: ``You have freedomto copy and modify65 this GNU Manual , like GNU software. Copies published by the Free66 Software Foundation raise funds for GNU development.''64 (a) The FSF's Back-Cover Text is: ``You are free to copy and modify 65 this GNU Manual. Buying copies from GNU Press supports the FSF in 66 developing GNU and promoting software freedom.'' 67 67 @end quotation 68 68 @end copying … … 422 422 * Variable Scoping:: How Lisp chooses among local and global values. 423 423 * Buffer-Local Variables:: Variable values in effect only in one buffer. 424 * Frame-Local Variables:: Variable values in effect only in one frame.425 424 * Future Local Variables:: New kinds of local values we might add some day. 426 425 * File Local Variables:: Handling local variable lists in files. … … 640 639 * Defining Commands:: Specifying how a function should read arguments. 641 640 * Interactive Call:: Calling a command, so that it will read arguments. 641 * Distinguish Interactive:: Making a command distinguish interactive calls. 642 642 * Command Loop Info:: Variables set by the command loop for you to examine. 643 643 * Adjusting Point:: Adjustment of point after a command. … … 675 675 * Event Examples:: Examples of the lists for mouse events. 676 676 * Classifying Events:: Finding the modifier keys in an event symbol. 677 * Accessing Events:: Functions to extract info from events. 677 * Accessing Mouse:: Functions to extract info from mouse events. 678 * Accessing Scroll:: Functions to get info from scroll bar events. 678 679 * Strings of Events:: Special considerations for putting 679 680 keyboard character events in a string.
