]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/checkdoc.el: Fix typo in previous commit.
authorStefan Kangas <stefan@marxist.se>
Tue, 14 Sep 2021 06:15:15 +0000 (08:15 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 14 Sep 2021 06:15:15 +0000 (08:15 +0200)
lisp/emacs-lisp/checkdoc.el

index 3150ea605f0cb29c3f5d0cfa75471fed1424b4a3..c91645568cf9426f3f73dac6bf4bcc9b8daeabec 100644 (file)
@@ -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