diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-08-31 23:14:26 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-08-31 23:14:26 +0000 |
commit | da506c0e742b495a813083b253e610d2b0340f91 (patch) | |
tree | dab423f81639accd18dfc6f9fcae989cd86a0a74 /lisp/emacs-lisp/easy-mmode.el | |
parent | 5b061d28eb0ceea29ce05f7769ab65a6a978fcd5 (diff) | |
download | emacs-da506c0e742b495a813083b253e610d2b0340f91.tar.gz emacs-da506c0e742b495a813083b253e610d2b0340f91.tar.bz2 emacs-da506c0e742b495a813083b253e610d2b0340f91.zip |
(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.el | 3 |
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 |