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

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

[nongnu] elpa/visual-fill-column ad76c1692e 115/137: Update doc string o


From: ELPA Syncer
Subject: [nongnu] elpa/visual-fill-column ad76c1692e 115/137: Update doc string of `visual-fill-column--adjust-window`.
Date: Sun, 2 Jan 2022 22:59:18 -0500 (EST)

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

    Update doc string of `visual-fill-column--adjust-window`.
---
 visual-fill-column.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/visual-fill-column.el b/visual-fill-column.el
index 305f79d6d6..2d2c56cd12 100644
--- a/visual-fill-column.el
+++ b/visual-fill-column.el
@@ -261,10 +261,10 @@ calls `visual-fill-column--adjust-window', but only if
 (defun visual-fill-column--window-max-text-width (&optional window)
   "Return the maximum possible text width of WINDOW.
 The maximum possible text width is the width of the current text
-area plus the margins, but excluding the fringes, scroll bar,
-right divider, and line number width.  WINDOW defaults to the
-selected window.  The return value is scaled to account for
-`text-scale-mode-amount' and `text-scale-mode-step'."
+area plus the margins, but excluding the fringes, scroll bar, and
+right divider.  WINDOW defaults to the selected window.  The
+return value is scaled to account for `text-scale-mode-amount'
+and `text-scale-mode-step'."
   (or window (setq window (selected-window)))
   (let* ((margins (window-margins window))
          (buffer (window-buffer window))



reply via email to

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