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

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

[nongnu] elpa/visual-fill-column 043867c469 108/137: Fix comment.


From: ELPA Syncer
Subject: [nongnu] elpa/visual-fill-column 043867c469 108/137: Fix comment.
Date: Sun, 2 Jan 2022 22:59:18 -0500 (EST)

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

    Fix comment.
---
 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 444cbc8560..d8ed63488c 100644
--- a/visual-fill-column.el
+++ b/visual-fill-column.el
@@ -298,7 +298,7 @@ Return a cons cell of the new left and right margins."
 
 (defun visual-fill-column--set-margins (window)
   "Set window margins for WINDOW."
-  ;; calculate left & right margins
+  ;; Calculate left & right margins.
   (let* ((total-width (visual-fill-column--window-max-text-width window))
          (width (or visual-fill-column-width
                     fill-column))



reply via email to

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