aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/elint.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/emacs-lisp/elint.el
parent4cba8c0bdcce038e6966aab82d08859d796e69d0 (diff)
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/emacs-lisp/elint.el')
-rw-r--r--lisp/emacs-lisp/elint.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/elint.el b/lisp/emacs-lisp/elint.el
index d6c5ed3a29..32538c4558 100644
--- a/lisp/emacs-lisp/elint.el
+++ b/lisp/emacs-lisp/elint.el
@@ -1,4 +1,4 @@
-;;; elint.el -- Lint Emacs Lisp
+;;; elint.el --- Lint Emacs Lisp
;; Copyright (C) 1997 Free Software Foundation, Inc.
@@ -806,4 +806,3 @@ If no documentation could be found args will be `unknown'."
(provide 'elint)
;;; elint.el ends here
-