changeset 24649:ce2b5ccac297

(which-func-mode-global): Doc fix.
author Dave Love <fx@gnu.org>
date Tue, 27 Apr 1999 19:02:58 +0000
parents 4c102f02bdcd
children 90f146dfd6e7
files lisp/which-func.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/which-func.el	Tue Apr 27 19:00:42 1999 +0000
+++ b/lisp/which-func.el	Tue Apr 27 19:02:58 1999 +0000
@@ -103,9 +103,9 @@
 
 ;;;###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