projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25ebb93
)
; * lisp/emacs-lisp/checkdoc.el: Fix typo in previous commit.
author
Stefan Kangas
<stefan@marxist.se>
Tue, 14 Sep 2021 06:15:15 +0000
(08:15 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Tue, 14 Sep 2021 06:15:15 +0000
(08:15 +0200)
lisp/emacs-lisp/checkdoc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/checkdoc.el
b/lisp/emacs-lisp/checkdoc.el
index 3150ea605f0cb29c3f5d0cfa75471fed1424b4a3..c91645568cf9426f3f73dac6bf4bcc9b8daeabec 100644
(file)
--- a/
lisp/emacs-lisp/checkdoc.el
+++ b/
lisp/emacs-lisp/checkdoc.el
@@
-314,7
+314,7
@@
This should be set in an Emacs Lisp file's local variables."
(defcustom checkdoc-column-zero-backslash-before-paren t
"Non-nil means to warn if there is no '\\' before '(' in column zero.
-This backslash is no longer needed on Emacs 27.1 later.
+This backslash is no longer needed on Emacs 27.1
or
later.
See Info node `(elisp) Documentation Tips' for background."
:type 'boolean