Small checkdoc quoting fix (bug#32546)
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix quoting thinko.
This commit is contained in:
parent
54fb383af6
commit
d0d162c2d6
1 changed files with 1 additions and 1 deletions
|
@ -1868,7 +1868,7 @@ Replace with \"%s\"? " original replace)
|
|||
(if (checkdoc-autofix-ask-replace
|
||||
(match-beginning 1) (+ (match-beginning 1)
|
||||
(length ms))
|
||||
msg (format-message "`%s'" ms) t)
|
||||
msg (format "`%s'" ms) t)
|
||||
(setq msg nil)
|
||||
(setq msg
|
||||
(format-message
|
||||
|
|
Loading…
Add table
Reference in a new issue