]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix.
authorPavel Janík <Pavel@Janik.cz>
Mon, 16 Jul 2001 12:46:31 +0000 (12:46 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 16 Jul 2001 12:46:31 +0000 (12:46 +0000)
lisp/ChangeLog
lisp/which-func.el

index 3947c23938536fbaf994fff946e488fa93dc7d2e..7b9077ffa3455294b98659d535891be6cc273627 100644 (file)
@@ -1,5 +1,7 @@
 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
+       * which-func.el (which-func-mode): Doc fix.
+
        * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
        calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
        cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
index 8f58d396ba016194f81a9eb1c0e59009fcd12bf9..f183fd0e2a4e67e21edd45910e661fb67f1da449 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)