diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-05-10 16:33:50 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-05-10 16:33:50 +0000 |
commit | 7d5e5e70879f49baad2b873e1a064beb7b11c6f0 (patch) | |
tree | 864ca01d1e88e7fb849502a120b3fc497bc0ea5f /lisp/emacs-lisp/easy-mmode.el | |
parent | 9adcbb0ce23a2fdbb363156022f0ec21a3e0dd6b (diff) | |
download | emacs-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.el | 2 |
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') |