aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2024-01-27 19:18:16 +0200
committerEli Zaretskii2024-01-27 19:18:16 +0200
commit6da9dc90481fc5678dd79ac211c9d92b5e1ee8a5 (patch)
tree43e79fb9abce494ad3dacc17708cbde9067ce5c6
parent37c0607241506540b033e2feebe152e249517794 (diff)
downloademacs-6da9dc90481fc5678dd79ac211c9d92b5e1ee8a5.tar.gz
emacs-6da9dc90481fc5678dd79ac211c9d92b5e1ee8a5.zip
; * lisp/visual-wrap.el: Fix typos.
-rw-r--r--lisp/visual-wrap.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/visual-wrap.el b/lisp/visual-wrap.el
index 809df005dcb..20e55444082 100644
--- a/lisp/visual-wrap.el
+++ b/lisp/visual-wrap.el
@@ -28,7 +28,7 @@
28;; This package provides the `visual-wrap-prefix-mode' minor mode 28;; This package provides the `visual-wrap-prefix-mode' minor mode
29;; which sets the wrap-prefix property on the fly so that 29;; which sets the wrap-prefix property on the fly so that
30;; single-long-line paragraphs get word-wrapped in a way similar to 30;; single-long-line paragraphs get word-wrapped in a way similar to
31;; what you'd get with M-q using visual-fill-mode, but without 31;; what you'd get with M-q using adaptive-fill-mode, but without
32;; actually changing the buffer's text. 32;; actually changing the buffer's text.
33 33
34;;; Code: 34;;; Code:
@@ -165,7 +165,7 @@ by `visual-wrap-extra-indent'."
165 ;; prefix but also the previous newline. So it's not 165 ;; prefix but also the previous newline. So it's not
166 ;; just making the prefix more pretty and could interfere 166 ;; just making the prefix more pretty and could interfere
167 ;; or even defeat our efforts (e.g. it comes from 167 ;; or even defeat our efforts (e.g. it comes from
168 ;; `visual-fill-mode'). 168 ;; `adaptive-fill-mode').
169 (remove-text-properties 169 (remove-text-properties
170 0 (length pfx) '(display) pfx))) 170 0 (length pfx) '(display) pfx)))
171 pfx)))) 171 pfx))))