diff options
| author | Dave Love | 1999-04-27 19:02:58 +0000 |
|---|---|---|
| committer | Dave Love | 1999-04-27 19:02:58 +0000 |
| commit | 739db5044a5a096e9f90bcb3ebf5469a81aef1f6 (patch) | |
| tree | 02cadd3dbce0e4d97a548e18be97e9a6f054e17f | |
| parent | 4de268858ce4283f5d3703e45138dedb5d14b056 (diff) | |
| download | emacs-739db5044a5a096e9f90bcb3ebf5469a81aef1f6.tar.gz emacs-739db5044a5a096e9f90bcb3ebf5469a81aef1f6.zip | |
(which-func-mode-global): Doc fix.
| -rw-r--r-- | lisp/which-func.el | 6 |
1 files changed, 3 insertions, 3 deletions
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." | |||
| 103 | 103 | ||
| 104 | ;;;###autoload | 104 | ;;;###autoload |
| 105 | (defcustom which-func-mode-global nil | 105 | (defcustom which-func-mode-global nil |
| 106 | "*Toggle `which-func-mode'. | 106 | "*Toggle `which-func-mode' globally. |
| 107 | This variable should be set only with \\[customize], which is equivalent | 107 | Setting this variable directly does not take effect; |
| 108 | to using the function `which-func-mode'." | 108 | use either \\[customize] or the function `which-func-mode'." |
| 109 | :set #'(lambda (symbol value) | 109 | :set #'(lambda (symbol value) |
| 110 | (which-func-mode (if value 1 0))) | 110 | (which-func-mode (if value 1 0))) |
| 111 | :initialize 'custom-initialize-default | 111 | :initialize 'custom-initialize-default |