emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/modes.texi


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lispref/modes.texi
Date: Tue, 17 May 2005 11:21:33 -0400

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 @address@hidden
  @end defmac
  
  @findex easy-mmode-define-minor-mode




reply via email to

[Prev in Thread] Current Thread [Next in Thread]