# HG changeset patch # User Richard M. Stallman # Date 1157066066 0 # Node ID e2ff121d30caf018adf3de8d1787c61ab59e8cb3 # Parent 6ad55ad9813cf1fe02d36bfc26783a0c5564f652 (define-minor-mode): Reference manual about customization, rather than M-x customize, in the doc string made for the defcustom. diff -r 6ad55ad9813c -r e2ff121d30ca lisp/emacs-lisp/easy-mmode.el --- 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