From 6033fc96b6ea88d9f47fd00edb3fb8eeafd9f8e7 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 16 Jul 2001 09:03:47 +0000 Subject: [PATCH] Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/which-func.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 30b4f8ab73..6668718951 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-07-16 Gerd Moellmann + + * which-func.el (which-func-mode): Doc fix. + 2001-07-15 Stefan Monnier * net/rcompile.el (remote-compile): Use make-local-variable. diff --git a/lisp/which-func.el b/lisp/which-func.el index 21420c8b03..1bcd0ea97c 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) -- 2.20.1