# HG changeset patch # User Dave Love # Date 925239778 0 # Node ID ce2b5ccac297eaa8810a77af378d61449580c4f4 # Parent 4c102f02bdcd3b2776cf8074616af723cd46a0c7 (which-func-mode-global): Doc fix. diff -r 4c102f02bdcd -r ce2b5ccac297 lisp/which-func.el --- 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