summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/find-func.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2024-07-08 14:30:37 +0200
committerStefan Kangas <stefankangas@gmail.com>2024-07-08 14:30:37 +0200
commitef7364b070e416810de0861c78dbdedf183ee067 (patch)
tree2642815bb66f625e203df11d0c14a15000f00565 /lisp/emacs-lisp/find-func.el
parent5fe1ae0e843b9f3d0bac5a2d28c23c7210caee9d (diff)
downloademacs-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.el2
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