Variable: checkdoc-column-zero-backslash-before-paren
checkdoc-column-zero-backslash-before-paren is a customizable variable
defined in checkdoc.el.gz.
Value
t
Documentation
Non-nil means to warn if there is no "\\" before "(" in column zero.
This backslash is no longer needed on Emacs 27.1 or later.
See Info node (elisp) Documentation Tips for background.
This variable was added, or its default value changed, in Emacs 28.1.
Probably introduced at or before Emacs version 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/checkdoc.el.gz
;;;###autoload(put 'checkdoc-symbol-words 'safe-local-variable #'list-of-strings-p)
(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 or later.
See Info node `(elisp) Documentation Tips' for background."
:type 'boolean
:version "28.1")