Mercurial > emacs
changeset 24548:a24270f60a41
(which-func-mode-global): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 30 Mar 1999 21:30:12 +0000 |
parents | ab118f20a10b |
children | 976752e904ce |
files | lisp/which-func.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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