changeset 72587:e2ff121d30ca

(define-minor-mode): Reference manual about customization, rather than M-x customize, in the doc string made for the defcustom.
author Richard M. Stallman <rms@gnu.org>
date Thu, 31 Aug 2006 23:14:26 +0000
parents 6ad55ad9813c
children 97860dfadca5
files lisp/emacs-lisp/easy-mmode.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/easy-mmode.el	Thu Aug 31 23:10:24 2006 +0000
+++ b/lisp/emacs-lisp/easy-mmode.el	Thu Aug 31 23:14:26 2006 +0000
@@ -200,7 +200,8 @@
 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