aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-05-10 16:33:50 +0000
committerRichard M. Stallman2007-05-10 16:33:50 +0000
commit7d5e5e70879f49baad2b873e1a064beb7b11c6f0 (patch)
tree864ca01d1e88e7fb849502a120b3fc497bc0ea5f
parent9adcbb0ce23a2fdbb363156022f0ec21a3e0dd6b (diff)
downloademacs-7d5e5e70879f49baad2b873e1a064beb7b11c6f0.tar.gz
emacs-7d5e5e70879f49baad2b873e1a064beb7b11c6f0.zip
(define-minor-mode): Fix generated doc string.
-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))
197 197
198 (let ((base-doc-string 198 (let ((base-doc-string
199 (concat "Non-nil if %s is enabled. 199 (concat "Non-nil if %s is enabled.
200See the command `%s' for a description of this minor-mode." 200See the command `%s' for a description of this minor mode."
201 (if body " 201 (if body "
202Setting this variable directly does not take effect; 202Setting this variable directly does not take effect;
203either customize it (see the info node `Easy Customization') 203either customize it (see the info node `Easy Customization')