diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-14 08:15:15 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-14 08:15:15 +0200 |
commit | 5cd5cc5dd8d016d635bffbefe9d0227e84b18871 (patch) | |
tree | 89243b6ca854824cad9a917601b128ed77f005de /lisp/emacs-lisp/checkdoc.el | |
parent | 25ebb9374bdadf66153727831fc7ff131c8cf299 (diff) | |
download | emacs-5cd5cc5dd8d016d635bffbefe9d0227e84b18871.tar.gz emacs-5cd5cc5dd8d016d635bffbefe9d0227e84b18871.tar.bz2 emacs-5cd5cc5dd8d016d635bffbefe9d0227e84b18871.zip |
; * lisp/emacs-lisp/checkdoc.el: Fix typo in previous commit.
Diffstat (limited to 'lisp/emacs-lisp/checkdoc.el')
-rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index 3150ea605f0..c91645568cf 100644 --- 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 |