+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.
(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)