mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; * lisp/visual-wrap.el (visual-wrap-fill-context-prefix): Doc fix.
This commit is contained in:
parent
58f0603d40
commit
37c0607241
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue