diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2024-07-08 14:30:37 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2024-07-08 14:30:37 +0200 |
commit | ef7364b070e416810de0861c78dbdedf183ee067 (patch) | |
tree | 2642815bb66f625e203df11d0c14a15000f00565 /lisp/emacs-lisp/find-func.el | |
parent | 5fe1ae0e843b9f3d0bac5a2d28c23c7210caee9d (diff) | |
download | emacs-ef7364b070e416810de0861c78dbdedf183ee067.tar.gz emacs-ef7364b070e416810de0861c78dbdedf183ee067.tar.bz2 emacs-ef7364b070e416810de0861c78dbdedf183ee067.zip |
Checkdoc fixes in `emacs-lisp/*.el`
* lisp/emacs-lisp/bytecomp.el (byte-compile-free-vars-warn)
(byte-compile-out):
* lisp/emacs-lisp/eldoc.el (eldoc-documentation-functions):
* lisp/emacs-lisp/find-func.el (find-ert-deftest-regexp):
* lisp/emacs-lisp/macroexp.el (byte-compile-form-stack):
Checkdoc fixes.
Diffstat (limited to 'lisp/emacs-lisp/find-func.el')
-rw-r--r-- | lisp/emacs-lisp/find-func.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el index 411602ef166..ce783983b77 100644 --- a/lisp/emacs-lisp/find-func.el +++ b/lisp/emacs-lisp/find-func.el @@ -125,7 +125,7 @@ should insert the feature name." (defcustom find-ert-deftest-regexp "(ert-deftest +'%s" - "The regexp used to search for an ert-deftest definition. + "The regexp used to search for an `ert-deftest' definition. Note it must contain a `%s' at the place where `format' should insert the feature name." :type 'regexp |