emacs-diffs
[Top][All Lists]
Advanced

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

master 37c06072415: ; * lisp/visual-wrap.el (visual-wrap-fill-context-pr


From: Eli Zaretskii
Subject: master 37c06072415: ; * lisp/visual-wrap.el (visual-wrap-fill-context-prefix): Doc fix.
Date: Sat, 27 Jan 2024 12:15:26 -0500 (EST)

branch: master
commit 37c0607241506540b033e2feebe152e249517794
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/visual-wrap.el (visual-wrap-fill-context-prefix): Doc fix.
---
 lisp/visual-wrap.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/visual-wrap.el b/lisp/visual-wrap.el
index c23a886801d..809df005dcb 100644
--- a/lisp/visual-wrap.el
+++ b/lisp/visual-wrap.el
@@ -112,7 +112,7 @@ extra indent = 2
       ""))))
 
 (defun visual-wrap-fill-context-prefix (beg end)
-  "Compute visual wrap prefix from text between FROM and TO.
+  "Compute visual wrap prefix from text between BEG and END.
 This is like `fill-context-prefix', but with prefix length adjusted
 by `visual-wrap-extra-indent'."
   (let* ((fcp



reply via email to

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