From: Pavel Janík Date: Mon, 16 Jul 2001 12:46:31 +0000 (+0000) Subject: Doc fix. X-Git-Tag: emacs-pretest-21.0.105~490 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c3e43ef063d8305b4d615d746fd943d0fc01fff;p=emacs.git Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3947c239385..7b9077ffa34 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2001-07-16 Pavel Jan,Bm(Bk + * 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, diff --git a/lisp/which-func.el b/lisp/which-func.el index 8f58d396ba0..f183fd0e2a4 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)