]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/visual-wrap.el: Fix typos.
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 Jan 2024 17:18:16 +0000 (19:18 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 31 Jan 2024 20:09:24 +0000 (21:09 +0100)
(cherry picked from commit 6da9dc90481fc5678dd79ac211c9d92b5e1ee8a5)

lisp/visual-wrap.el

index 809df005dcb4d4175b1d6bc8df8f55eaad41ab69..20e554440821b2bc890676b78cf38a54d095e6d2 100644 (file)
@@ -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))))