emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106179: * lisp/emacs-lisp/easy-mmode


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106179: * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
Date: Mon, 24 Oct 2011 13:37:03 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106179
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2011-10-24 13:37:03 -0400
message:
  * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/easy-mmode.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-10-24 08:02:02 +0000
+++ b/lisp/ChangeLog    2011-10-24 17:37:03 +0000
@@ -1,3 +1,7 @@
+2011-10-24  Glenn Morris  <address@hidden>
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
+
 2011-10-24  Michael Albinus  <address@hidden>
 
        * notifications.el: Add the requirement of a running D-Bus session

=== modified file 'lisp/emacs-lisp/easy-mmode.el'
--- a/lisp/emacs-lisp/easy-mmode.el     2011-10-19 12:54:24 +0000
+++ b/lisp/emacs-lisp/easy-mmode.el     2011-10-24 17:37:03 +0000
@@ -94,8 +94,9 @@
 Optional KEYMAP is the default keymap bound to the mode keymap.
   If non-nil, it should be a variable name (whose value is a keymap),
   or an expression that returns either a keymap or a list of
-  arguments for `easy-mmode-define-keymap'.  If KEYMAP is not a symbol,
-  this also defines the variable MODE-map.
+  arguments for `easy-mmode-define-keymap'.  If you supply a KEYMAP
+  argument that is not a symbol, this macro defines the variable
+  MODE-map and gives it the value that KEYMAP specifies.
 
 BODY contains code to execute each time the mode is enabled or disabled.
   It is executed after toggling the mode, and before running MODE-hook.


reply via email to

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