diff options
| author | Pavel Janík | 2001-07-16 12:46:31 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-07-16 12:46:31 +0000 |
| commit | 3c3e43ef063d8305b4d615d746fd943d0fc01fff (patch) | |
| tree | 4a3d28f8aa676a930082439ba984b03f03201ad4 | |
| parent | e8af40eed41d6c61ea6a0649512c4b09afcb1bfa (diff) | |
| download | emacs-3c3e43ef063d8305b4d615d746fd943d0fc01fff.tar.gz emacs-3c3e43ef063d8305b4d615d746fd943d0fc01fff.zip | |
Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/which-func.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3947c239385..7b9077ffa34 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1 | 2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 2 | ||
| 3 | * which-func.el (which-func-mode): Doc fix. | ||
| 4 | |||
| 3 | * align.el, apropos.el, autorevert.el, battery.el, bookmark.el, | 5 | * align.el, apropos.el, autorevert.el, battery.el, bookmark.el, |
| 4 | calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el, | 6 | calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el, |
| 5 | cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el, | 7 | cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el, |
diff --git a/lisp/which-func.el b/lisp/which-func.el index 8f58d396ba0..f183fd0e2a4 100644 --- a/lisp/which-func.el +++ b/lisp/which-func.el | |||
| @@ -127,7 +127,7 @@ and you want to simplify them for the mode line | |||
| 127 | 127 | ||
| 128 | (defvar which-func-mode nil | 128 | (defvar which-func-mode nil |
| 129 | "Non-nil means display current function name in mode line. | 129 | "Non-nil means display current function name in mode line. |
| 130 | This makes a difference only if `which-function-mode' is non-nil") | 130 | This makes a difference only if `which-function-mode' is non-nil.") |
| 131 | (make-variable-buffer-local 'which-func-mode) | 131 | (make-variable-buffer-local 'which-func-mode) |
| 132 | ;;(put 'which-func-mode 'permanent-local t) | 132 | ;;(put 'which-func-mode 'permanent-local t) |
| 133 | 133 | ||