From c9a5d1226e205de5224bce4dc4d2269cd2f4149e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 27 Jan 2024 19:15:00 +0200 Subject: [PATCH] ; * lisp/visual-wrap.el (visual-wrap-fill-context-prefix): Doc fix. (cherry picked from commit 37c0607241506540b033e2feebe152e249517794) --- 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 -- 2.39.5