emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/visual-fill-column 055933e93c 023/137: Fix doc string.


From: ELPA Syncer
Subject: [nongnu] elpa/visual-fill-column 055933e93c 023/137: Fix doc string.
Date: Sun, 2 Jan 2022 22:59:09 -0500 (EST)

branch: elpa/visual-fill-column
commit 055933e93c07308bbb9def008531426b4a9cfced
Author: Joost Kremers <joostkremers@fastmail.fm>
Commit: Joost Kremers <joostkremers@fastmail.fm>

    Fix doc string.
---
 visual-fill-column.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/visual-fill-column.el b/visual-fill-column.el
index 4c71afa392..0bc5afcbfc 100644
--- a/visual-fill-column.el
+++ b/visual-fill-column.el
@@ -104,7 +104,7 @@ in which `visual-line-mode' is active as well."
   "Return the body width of WINDOW.
 The body width here refers to the width of the text area plus the
 margins, but excluding the fringes, scroll bar and right
-divider. WINDOW defaults to the selected window."
+divider.  WINDOW defaults to the selected window."
   (or window (setq window (selected-window)))
   (let ((margins (window-margins window)))
     (+ (window-width window)



reply via email to

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