Fix type of word-wrap-whitespace-characters

* lisp/textmodes/word-wrap-mode.el (word-wrap-whitespace-characters):
Fix type.
; Ref https://hydra.nixos.org/build/174560242
This commit is contained in:
Glenn Morris 2022-04-25 11:44:03 -07:00
parent 96ec2ac7d0
commit f2a4dc66c2

View file

@ -47,7 +47,7 @@
?\N{ZERO WIDTH SPACE})
"Characters that `word-wrap-whitespace-mode' should add to `word-wrap'."
:version "29.1"
:type '(repeat char)
:type '(repeat character)
:group 'display)
(defvar word-wrap-mode--previous-state)