diff options
| author | Gerd Moellmann | 2001-07-16 09:03:47 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-07-16 09:03:47 +0000 |
| commit | 6033fc96b6ea88d9f47fd00edb3fb8eeafd9f8e7 (patch) | |
| tree | 964176e2b90092b5572cc0be2f50dad70a261fd4 | |
| parent | 3afbc435ac942072f42bf795dea22131b03c8d93 (diff) | |
| download | emacs-6033fc96b6ea88d9f47fd00edb3fb8eeafd9f8e7.tar.gz emacs-6033fc96b6ea88d9f47fd00edb3fb8eeafd9f8e7.zip | |
Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/which-func.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 30b4f8ab73b..66687189517 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-07-16 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * which-func.el (which-func-mode): Doc fix. | ||
| 4 | |||
| 1 | 2001-07-15 Stefan Monnier <monnier@cs.yale.edu> | 5 | 2001-07-15 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 6 | ||
| 3 | * net/rcompile.el (remote-compile): Use make-local-variable. | 7 | * net/rcompile.el (remote-compile): Use make-local-variable. |
diff --git a/lisp/which-func.el b/lisp/which-func.el index 21420c8b03a..1bcd0ea97c9 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 | ||