Improve checkdoc-common-verbs-wrong-voice docstring
* lisp/emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice): Improve docstring.
This commit is contained in:
parent
6de2ee5663
commit
dabaea9746
1 changed files with 4 additions and 4 deletions
|
@ -484,10 +484,10 @@ this to anything but t is likely to be counter-productive.")
|
||||||
("yanks" . "yank")
|
("yanks" . "yank")
|
||||||
)
|
)
|
||||||
"Alist of common words in the wrong voice and what should be used instead.
|
"Alist of common words in the wrong voice and what should be used instead.
|
||||||
Set `checkdoc-verb-check-experimental-flag' to nil to avoid this costly
|
Set `checkdoc-verb-check-experimental-flag' to a non-nil value to enable
|
||||||
and experimental check. Do not modify this list without setting
|
this experimental check. Do not modify this list without setting the
|
||||||
the value of `checkdoc-common-verbs-regexp' to nil which cause it to
|
value of `checkdoc-common-verbs-regexp' to nil, which causes it to be
|
||||||
be re-created.")
|
re-created.")
|
||||||
|
|
||||||
(defvar checkdoc-syntax-table
|
(defvar checkdoc-syntax-table
|
||||||
(let ((st (make-syntax-table emacs-lisp-mode-syntax-table)))
|
(let ((st (make-syntax-table emacs-lisp-mode-syntax-table)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue