emacs-diffs
[Top][All Lists]
Advanced

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

master 6da9dc90481: ; * lisp/visual-wrap.el: Fix typos.


From: Eli Zaretskii
Subject: master 6da9dc90481: ; * lisp/visual-wrap.el: Fix typos.
Date: Sat, 27 Jan 2024 12:18:58 -0500 (EST)

branch: master
commit 6da9dc90481fc5678dd79ac211c9d92b5e1ee8a5
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/visual-wrap.el: Fix typos.
---
 lisp/visual-wrap.el | 4 ++--
 1 file 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 @@
 ;; This package provides the `visual-wrap-prefix-mode' minor mode
 ;; which sets the wrap-prefix property on the fly so that
 ;; single-long-line paragraphs get word-wrapped in a way similar to
-;; what you'd get with M-q using visual-fill-mode, but without
+;; what you'd get with M-q using adaptive-fill-mode, but without
 ;; actually changing the buffer's text.
 
 ;;; Code:
@@ -165,7 +165,7 @@ by `visual-wrap-extra-indent'."
              ;; prefix but also the previous newline.  So it's not
              ;; just making the prefix more pretty and could interfere
              ;; or even defeat our efforts (e.g. it comes from
-             ;; `visual-fill-mode').
+             ;; `adaptive-fill-mode').
              (remove-text-properties
              0 (length pfx) '(display) pfx)))
         pfx))))



reply via email to

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