mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
; More stylistic docfixes in emacs-lisp/*.el found by checkdoc
This commit is contained in:
parent
11d6d6c3ea
commit
dd1220b969
20 changed files with 37 additions and 37 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue