projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54fb383
)
Small checkdoc quoting fix (bug#32546)
author
Glenn Morris
<rgm@gnu.org>
Mon, 27 Aug 2018 22:27:01 +0000
(18:27 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 27 Aug 2018 22:27:01 +0000
(18:27 -0400)
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
Fix quoting thinko.
lisp/emacs-lisp/checkdoc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/checkdoc.el
b/lisp/emacs-lisp/checkdoc.el
index 4e8ecba4a15612a5d703c621a45bd4254d485d02..f2bf15d72def4385e725751070e3b18134e96b4d 100644
(file)
--- a/
lisp/emacs-lisp/checkdoc.el
+++ b/
lisp/emacs-lisp/checkdoc.el
@@
-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