]> git.eshelyaron.com Git - emacs.git/commitdiff
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 30b4f8ab73b6aaa840035f927cd0dfc66f852782..66687189517cc77ad1913c689dbcff3b35b9d039 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 21420c8b03a3af146f6bd6a0133ee1aa1fd96f2d..1bcd0ea97c9d1afbc70e3dc3ecab54a88f7cccdd 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)