diff options
Diffstat (limited to 'lisp/emacs-lisp/elint.el')
-rw-r--r-- | lisp/emacs-lisp/elint.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/elint.el b/lisp/emacs-lisp/elint.el index d6c5ed3a29c..32538c45580 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 - |