# HG changeset patch # User Karl Heuer # Date 922829412 0 # Node ID a24270f60a41adc04cf0063cd978fee11e53591a # Parent ab118f20a10b557f2e4a758b9c5fab49b7dd8145 (which-func-mode-global): Doc fix. diff -r ab118f20a10b -r a24270f60a41 lisp/which-func.el --- a/lisp/which-func.el Tue Mar 30 21:30:05 1999 +0000 +++ b/lisp/which-func.el Tue Mar 30 21:30:12 1999 +0000 @@ -104,7 +104,8 @@ ;;;###autoload (defcustom which-func-mode-global nil "*Toggle `which-func-mode'. -You must modify via \\[customize] for this variable to have an effect." +This variable should be set only with \\[customize], which is equivalent +to using the function `which-func-mode'. :set #'(lambda (symbol value) (which-func-mode (if value 1 0))) :initialize 'custom-initialize-default