summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/easy-mmode.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2007-05-10 16:33:50 +0000
committerRichard M. Stallman <rms@gnu.org>2007-05-10 16:33:50 +0000
commit7d5e5e70879f49baad2b873e1a064beb7b11c6f0 (patch)
tree864ca01d1e88e7fb849502a120b3fc497bc0ea5f /lisp/emacs-lisp/easy-mmode.el
parent9adcbb0ce23a2fdbb363156022f0ec21a3e0dd6b (diff)
downloademacs-7d5e5e70879f49baad2b873e1a064beb7b11c6f0.tar.gz
(define-minor-mode): Fix generated doc string.
Diffstat (limited to 'lisp/emacs-lisp/easy-mmode.el')
-rw-r--r--lisp/emacs-lisp/easy-mmode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el
index 2ce4ca8cf38..19ed39a2b42 100644
--- a/lisp/emacs-lisp/easy-mmode.el
+++ b/lisp/emacs-lisp/easy-mmode.el
@@ -197,7 +197,7 @@ Use the command `%s' to change this variable." pretty-name mode))
(let ((base-doc-string
(concat "Non-nil if %s is enabled.
-See the command `%s' for a description of this minor-mode."
+See the command `%s' for a description of this minor mode."
(if body "
Setting this variable directly does not take effect;
either customize it (see the info node `Easy Customization')