summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-07-16 09:03:47 +0000
committerGerd Moellmann <gerd@gnu.org>2001-07-16 09:03:47 +0000
commit6033fc96b6ea88d9f47fd00edb3fb8eeafd9f8e7 (patch)
tree964176e2b90092b5572cc0be2f50dad70a261fd4
parent3afbc435ac942072f42bf795dea22131b03c8d93 (diff)
downloademacs-6033fc96b6ea88d9f47fd00edb3fb8eeafd9f8e7.tar.gz
Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/which-func.el2
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 @@
+2001-07-16 Gerd Moellmann <gerd@gnu.org>
+
+ * which-func.el (which-func-mode): Doc fix.
+
2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
* 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
(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)