mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 11:00:45 -08:00
* lisp/emacs-lisp/checkdoc.el (checkdoc-symbol-words): Fix type.
This commit is contained in:
parent
483df14d5c
commit
89068554d7
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ with a universal argument.")
|
||||||
"A list of symbol names (strings) which also happen to make good words.
|
"A list of symbol names (strings) which also happen to make good words.
|
||||||
These words are ignored when unquoted symbols are searched for.
|
These words are ignored when unquoted symbols are searched for.
|
||||||
This should be set in an Emacs Lisp file's local variables."
|
This should be set in an Emacs Lisp file's local variables."
|
||||||
:type '(repeat (symbol :tag "Word"))
|
:type '(repeat (string :tag "Word"))
|
||||||
:version "28.1")
|
:version "28.1")
|
||||||
;;;###autoload(put 'checkdoc-symbol-words 'safe-local-variable #'checkdoc-list-of-strings-p)
|
;;;###autoload(put 'checkdoc-symbol-words 'safe-local-variable #'checkdoc-list-of-strings-p)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue