]> git.eshelyaron.com Git - emacs.git/commitdiff
(define-minor-mode): Reference manual about customization, rather than
authorRichard M. Stallman <rms@gnu.org>
Thu, 31 Aug 2006 23:14:26 +0000 (23:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 31 Aug 2006 23:14:26 +0000 (23:14 +0000)
M-x customize, in the doc string made for the defcustom.

lisp/emacs-lisp/easy-mmode.el

index d4ba8d306236fe57802e386fb1d4437b8d009970..b22e49dac34f8c0a39ea7e440d7416c44f895a76 100644 (file)
@@ -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