Show
Ignore:
Timestamp:
07/16/06 08:36:52 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/emacs-lisp/easy-mmode.el

    r4079 r4111  
    102102used (see below). 
    103103 
    104 BODY contains code that will be executed each time the mode is (dis)activated. 
    105   It will be executed after any toggling but before running the hook variable 
    106   `mode-HOOK'. 
     104BODY contains code to execute each time the mode is activated or deactivated. 
     105  It is executed after toggling the mode, 
     106  and before running the hook variable `mode-HOOK'. 
    107107  Before the actual body code, you can write keyword arguments (alternating 
    108108  keywords and values).  These following keyword arguments are supported (other