diff options
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 |