emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 5cd5cc5: ; * lisp/emacs-lisp/checkdoc.el: Fix typo in previous co


From: Stefan Kangas
Subject: master 5cd5cc5: ; * lisp/emacs-lisp/checkdoc.el: Fix typo in previous commit.
Date: Tue, 14 Sep 2021 02:15:22 -0400 (EDT)

branch: master
commit 5cd5cc5dd8d016d635bffbefe9d0227e84b18871
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; * lisp/emacs-lisp/checkdoc.el: Fix typo in previous commit.
---
 lisp/emacs-lisp/checkdoc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el
index 3150ea6..c916455 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]