mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-16 08:50:08 +00:00
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:
parent
96ec2ac7d0
commit
f2a4dc66c2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue