summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/easy-mmode.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-08-31 23:14:26 +0000
committerRichard M. Stallman <rms@gnu.org>2006-08-31 23:14:26 +0000
commitda506c0e742b495a813083b253e610d2b0340f91 (patch)
treedab423f81639accd18dfc6f9fcae989cd86a0a74 /lisp/emacs-lisp/easy-mmode.el
parent5b061d28eb0ceea29ce05f7769ab65a6a978fcd5 (diff)
downloademacs-da506c0e742b495a813083b253e610d2b0340f91.tar.gz
(define-minor-mode): Reference manual about customization, rather than
M-x customize, in the doc string made for the defcustom.
Diffstat (limited to 'lisp/emacs-lisp/easy-mmode.el')
-rw-r--r--lisp/emacs-lisp/easy-mmode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el
index d4ba8d30623..b22e49dac34 100644
--- a/lisp/emacs-lisp/easy-mmode.el
+++ b/lisp/emacs-lisp/easy-mmode.el
@@ -200,7 +200,8 @@ Use the command `%s' to change this variable." pretty-name mode))
See the command `%s' for a description of this minor-mode."
(if body "
Setting this variable directly does not take effect;
-use either \\[customize] or the function `%s'."))))
+either customize it (see the info node `Easy Customization')
+or call the function `%s'."))))
`(defcustom ,mode ,init-value
,(format base-doc-string pretty-name mode mode)
,@set