aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/which-func.el
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2001-07-16 12:23:00 +0000
committerPavel Janík <[email protected]>2001-07-16 12:23:00 +0000
commite8af40eed41d6c61ea6a0649512c4b09afcb1bfa (patch)
tree588654cb6c38a93c432bfae53ccbf36569e3cf23 /lisp/which-func.el
parent4cba8c0bdcce038e6966aab82d08859d796e69d0 (diff)
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/which-func.el')
-rw-r--r--lisp/which-func.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/which-func.el b/lisp/which-func.el
index 1bcd0ea97c..8f58d396ba 100644
--- a/lisp/which-func.el
+++ b/lisp/which-func.el
@@ -1,4 +1,4 @@
-;;; which-func.el --- Print current function in mode line
+;;; which-func.el --- print current function in mode line
;; Copyright (C) 1994, 1997, 1998, 2001 Free Software Foundation, Inc.
@@ -219,4 +219,4 @@ If no function name is found, return nil."
(provide 'which-func)
-;; which-func.el ends here
+;;; which-func.el ends here