[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/adaptive-wrap e4155ca9e9 2/3: ; Fix overly long docstri
From: |
Stefan Kangas |
Subject: |
[elpa] externals/adaptive-wrap e4155ca9e9 2/3: ; Fix overly long docstring |
Date: |
Sat, 13 Jan 2024 04:50:53 -0500 (EST) |
branch: externals/adaptive-wrap
commit e4155ca9e9451e5b4ec003352f39e58da212d33d
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>
; Fix overly long docstring
---
adaptive-wrap.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/adaptive-wrap.el b/adaptive-wrap.el
index 3fdee73ad4..3e6262eb48 100644
--- a/adaptive-wrap.el
+++ b/adaptive-wrap.el
@@ -105,7 +105,8 @@ extra indent = 2
""))))
(defun adaptive-wrap-fill-context-prefix (beg end)
- "Like `fill-context-prefix', but with length adjusted by
`adaptive-wrap-extra-indent'."
+ "Like `fill-context-prefix', but with length adjusted.
+How much to adjust it is decided by `adaptive-wrap-extra-indent'."
(let* ((fcp
;; `fill-context-prefix' ignores prefixes that look like paragraph
;; starts, in order to avoid inadvertently creating a new paragraph