aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/checkdoc.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el
index 7bb82c2e8bf..ab2f34c3104 100644
--- a/lisp/emacs-lisp/checkdoc.el
+++ b/lisp/emacs-lisp/checkdoc.el
@@ -1116,6 +1116,7 @@ space at the end of each line."
1116 ";;; lisp/trampver.el. Generated from trampver.el.in by configure.")) 1116 ";;; lisp/trampver.el. Generated from trampver.el.in by configure."))
1117 "Regexp that when it matches tells `checkdoc-dired' to skip a file.") 1117 "Regexp that when it matches tells `checkdoc-dired' to skip a file.")
1118 1118
1119;;;###autoload
1119(defun checkdoc-dired (files) 1120(defun checkdoc-dired (files)
1120 "In Dired, run `checkdoc' on marked files. 1121 "In Dired, run `checkdoc' on marked files.
1121Skip anything that doesn't have the Emacs Lisp library file 1122Skip anything that doesn't have the Emacs Lisp library file