Show
Ignore:
Timestamp:
04/04/08 22:04:40 (8 months ago)
Author:
miyoshi
Message:

Sync up with Emacs22.2.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lispref/elisp.texi

    r4213 r4220  
    88@c Please remember to update the edition number in README as well. 
    99@set VERSION  2.9 
    10 @set EMACSVER 22.1 
     10@set EMACSVER 22.2 
    1111 
    1212@dircategory Emacs 
     
    1616 
    1717@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 go 
     18@c copy of this manual that will be published.  The manual should go 
    1919@c onto the distribution in the full, 8.5 x 11" size. 
    2020@c set smallbook 
     
    5050 
    5151Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 
    52 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007  Free Software 
     521999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008  Free Software 
    5353Foundation, Inc. 
    5454 
     
    6262section entitled ``GNU Free Documentation License.'' 
    6363 
    64 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify 
    65 this GNU Manual, like GNU software.  Copies published by the Free 
    66 Software Foundation raise funds for GNU development.'' 
     64(a) The FSF's Back-Cover Text is: ``You are free to copy and modify 
     65this GNU Manual. Buying copies from GNU Press supports the FSF in 
     66developing GNU and promoting software freedom.'' 
    6767@end quotation 
    6868@end copying 
     
    422422* Variable Scoping::        How Lisp chooses among local and global values. 
    423423* Buffer-Local Variables::  Variable values in effect only in one buffer. 
    424 * Frame-Local Variables::   Variable values in effect only in one frame. 
    425424* Future Local Variables::  New kinds of local values we might add some day. 
    426425* File Local Variables::    Handling local variable lists in files. 
     
    640639* Defining Commands::   Specifying how a function should read arguments. 
    641640* Interactive Call::    Calling a command, so that it will read arguments. 
     641* Distinguish Interactive::     Making a command distinguish interactive calls. 
    642642* Command Loop Info::   Variables set by the command loop for you to examine. 
    643643* Adjusting Point::     Adjustment of point after a command. 
     
    675675* Event Examples::          Examples of the lists for mouse events. 
    676676* 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. 
    678679* Strings of Events::       Special considerations for putting 
    679680                              keyboard character events in a string.