summaryrefslogtreecommitdiff
path: root/lisp/which-func.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-07-14 11:21:08 +0000
committerPavel Janík <Pavel@Janik.cz>2001-07-14 11:21:08 +0000
commit1cd7adc68ae35528a20418b76f13f2b84db827dd (patch)
tree72fa14e562d56aba99842bdd78f10522c60a9ea8 /lisp/which-func.el
parent07b1b9126d535f7ce7908a05cb4da8545ac1766e (diff)
downloademacs-1cd7adc68ae35528a20418b76f13f2b84db827dd.tar.gz
emacs-1cd7adc68ae35528a20418b76f13f2b84db827dd.tar.bz2
emacs-1cd7adc68ae35528a20418b76f13f2b84db827dd.zip
Emacs lisp coding convention fixes.
Diffstat (limited to 'lisp/which-func.el')
-rw-r--r--lisp/which-func.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/which-func.el b/lisp/which-func.el
index 1bcd0ea97c9..21420c8b03a 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)