comparison lisp/which-func.el @ 24649:ce2b5ccac297

(which-func-mode-global): Doc fix.
author Dave Love <fx@gnu.org>
date Tue, 27 Apr 1999 19:02:58 +0000
parents d0b40f823255
children f85f374e5395
comparison
equal deleted inserted replaced
24648:4c102f02bdcd 24649:ce2b5ccac297
101 :group 'which-func 101 :group 'which-func
102 :type 'sexp) 102 :type 'sexp)
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
112 :type 'boolean 112 :type 'boolean
113 :group 'which-func 113 :group 'which-func