summaryrefslogtreecommitdiff
path: root/lisp/textmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/word-wrap-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/word-wrap-mode.el b/lisp/textmodes/word-wrap-mode.el
index 78823c4f133..1459a3395ca 100644
--- a/lisp/textmodes/word-wrap-mode.el
+++ b/lisp/textmodes/word-wrap-mode.el
@@ -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)