From dd1220b96972d77e5bbe1094586514bae63fe1eb Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 18 Sep 2021 13:12:41 +0200 Subject: ; More stylistic docfixes in emacs-lisp/*.el found by checkdoc --- lisp/emacs-lisp/checkdoc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/checkdoc.el') diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index 3ed489f32e8..9a37941313e 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -2081,7 +2081,7 @@ If the offending word is in a piece of quoted text, then it is skipped." (not (thing-at-point-looking-at help-xref-url-regexp))) (if (checkdoc-autofix-ask-replace - b e (format "Text %s should be capitalized. Fix? " + b e (format "Text %s should be capitalized. Fix?" text) (capitalize text) t) nil -- cgit v1.2.3