emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111264: * emacs-lisp/easy-mmode.e


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111264: * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix re setf.
Date: Thu, 14 Feb 2013 09:16:47 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111264
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Thu 2013-02-14 09:16:47 -0800
message:
  * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix re setf.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/easy-mmode.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-02-14 15:53:46 +0000
+++ b/lisp/ChangeLog    2013-02-14 17:16:47 +0000
@@ -1,3 +1,7 @@
+2013-02-14  Glenn Morris  <address@hidden>
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
+
 2013-02-14  Stefan Monnier  <address@hidden>
 
        * net/goto-addr.el (goto-address-fontify): Add start and end args.

=== modified file 'lisp/emacs-lisp/easy-mmode.el'
--- a/lisp/emacs-lisp/easy-mmode.el     2013-01-01 09:11:05 +0000
+++ b/lisp/emacs-lisp/easy-mmode.el     2013-02-14 17:16:47 +0000
@@ -132,13 +132,14 @@
 :require SYM   Same as in `defcustom'.
 :variable PLACE        The location to use instead of the variable MODE to 
store
                the state of the mode.  This can be simply a different
-               named variable, or more generally anything that can be used
-               with the CL macro `setf'.  PLACE can also be of the form
-               \(GET . SET), where GET is an expression that returns the
-               current state, and SET is a function that takes one argument,
-               the new state, and sets it.  If you specify a :variable,
-               this function does not define a MODE variable (nor any of
-               the terms used in :variable).
+               named variable, or a generalized variable.
+               PLACE can also be of the form \(GET . SET), where GET is
+               an expression that returns the current state, and SET is
+               a function that takes one argument, the new state, and
+               sets it.  If you specify a :variable, this function does
+               not define a MODE variable (nor any of the terms used
+               in :variable).
+
 :after-hook     A single lisp form which is evaluated after the mode hooks
                 have been run.  It should not be quoted.
 


reply via email to

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