emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f2a4dc66c2: Fix type of word-wrap-whitespace-characters


From: Glenn Morris
Subject: master f2a4dc66c2: Fix type of word-wrap-whitespace-characters
Date: Mon, 25 Apr 2022 14:44:21 -0400 (EDT)

branch: master
commit f2a4dc66c20f1a787b9cfd7fabbd36dd045c1ecc
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    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
---
 lisp/textmodes/word-wrap-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/textmodes/word-wrap-mode.el b/lisp/textmodes/word-wrap-mode.el
index 78823c4f13..1459a3395c 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]