Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Mon, 16 Jul 2001 09:03:47 +0000 (09:03 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 16 Jul 2001 09:03:47 +0000 (09:03 +0000)
lisp/ChangeLog
lisp/which-func.el

index 30b4f8a..6668718 100644 (file)
@@ -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.
index 21420c8..1bcd0ea 100644 (file)
@@ -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)