From: Dave Love Date: Tue, 27 Apr 1999 19:02:58 +0000 (+0000) Subject: (which-func-mode-global): Doc fix. X-Git-Tag: emacs-20.4~300 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=739db5044a5a096e9f90bcb3ebf5469a81aef1f6;p=emacs.git (which-func-mode-global): Doc fix. --- diff --git a/lisp/which-func.el b/lisp/which-func.el index fb9ab39fc67..cd63bf8932a 100644 --- a/lisp/which-func.el +++ b/lisp/which-func.el @@ -103,9 +103,9 @@ Zero means compute the Imenu menu regardless of size." ;;;###autoload (defcustom which-func-mode-global nil - "*Toggle `which-func-mode'. -This variable should be set only with \\[customize], which is equivalent -to using the function `which-func-mode'." + "*Toggle `which-func-mode' globally. +Setting this variable directly does not take effect; +use either \\[customize] or the function `which-func-mode'." :set #'(lambda (symbol value) (which-func-mode (if value 1 0))) :initialize 'custom-initialize-default