Index: emacs/lispref/modes.texi
diff -c emacs/lispref/modes.texi:1.104 emacs/lispref/modes.texi:1.105
*** emacs/lispref/modes.texi:1.104      Sun May 15 02:14:59 2005
--- emacs/lispref/modes.texi    Tue May 17 15:21:33 2005
***************
*** 1408,1416 ****
  Any other keyword arguments are passed passed directly to the
  @code{defcustom} generated for the variable @var{mode}.
  
! The command named @var{mode} finishes by executing the @var{body} forms,
! if any, after it has performed the standard actions such as setting
! the variable named @var{mode}.
  @end defmac
  
  @findex easy-mmode-define-minor-mode
--- 1408,1417 ----
  Any other keyword arguments are passed passed directly to the
  @code{defcustom} generated for the variable @var{mode}.
  
! The command named @var{mode} first performs the standard actions such
! as setting the variable named @var{mode} and then executes the
! @var{body} forms, if any.  It finishes by running the mode hook
! variable @[EMAIL PROTECTED]
  @end defmac
  
  @findex easy-mmode-define-minor-mode


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to