mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-29 08:31:35 -08:00
Doc fix.
This commit is contained in:
parent
e8af40eed4
commit
3c3e43ef06
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* which-func.el (which-func-mode): Doc fix.
|
||||
|
||||
* align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
|
||||
calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
|
||||
cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@ and you want to simplify them for the mode line
|
|||
|
||||
(defvar which-func-mode nil
|
||||
"Non-nil means display current function name in mode line.
|
||||
This makes a difference only if `which-function-mode' is non-nil")
|
||||
This makes a difference only if `which-function-mode' is non-nil.")
|
||||
(make-variable-buffer-local 'which-func-mode)
|
||||
;;(put 'which-func-mode 'permanent-local t)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue