From: Stefan Kangas Date: Fri, 12 Nov 2021 10:40:50 +0000 (+0100) Subject: * lisp/emacs-lisp/checkdoc.el (checkdoc-dired): Autoload. X-Git-Tag: emacs-29.0.90~3668^2~11 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=18eec5720e3b49c0f9efb646bb896ba4e9549ea0;p=emacs.git * lisp/emacs-lisp/checkdoc.el (checkdoc-dired): Autoload. --- 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." ";;; lisp/trampver.el. Generated from trampver.el.in by configure.")) "Regexp that when it matches tells `checkdoc-dired' to skip a file.") +;;;###autoload (defun checkdoc-dired (files) "In Dired, run `checkdoc' on marked files. Skip anything that doesn't have the Emacs Lisp library file