From: Richard M. Stallman Date: Thu, 31 Aug 2006 23:14:26 +0000 (+0000) Subject: (define-minor-mode): Reference manual about customization, rather than X-Git-Tag: emacs-pretest-22.0.90~818 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=da506c0e742b495a813083b253e610d2b0340f91;p=emacs.git (define-minor-mode): Reference manual about customization, rather than M-x customize, in the doc string made for the defcustom. --- 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