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

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

[nongnu] elpa/visual-fill-column d55e95c109 132/137: visual-fill-column.


From: ELPA Syncer
Subject: [nongnu] elpa/visual-fill-column d55e95c109 132/137: visual-fill-column.el: Update Commentary section.
Date: Sun, 2 Jan 2022 22:59:25 -0500 (EST)

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

    visual-fill-column.el: Update Commentary section.
---
 visual-fill-column.el | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/visual-fill-column.el b/visual-fill-column.el
index a6b1db11ad..29a4f4ad0c 100644
--- a/visual-fill-column.el
+++ b/visual-fill-column.el
@@ -31,8 +31,14 @@
 ;; `visual-fill-column-mode' is a small Emacs minor mode that mimics the effect
 ;; of `fill-column' in `visual-line-mode'.  Instead of wrapping lines at the
 ;; window edge, which is the standard behaviour of `visual-line-mode', it wraps
-;; lines at `fill-column'.  If `fill-column' is too large for the window, the
-;; text is wrapped at the window edge.
+;; lines at `fill-column' (or `visual-fill-column-width', if set).  This is
+;; accomplished by widening the margins, which narrows the text area.  When the
+;; window size changes, the margins are adjusted automatically.
+;;
+;; When `visual-fill-column-center-text' is set, the text is centered in the
+;; window.  This can also be used in combination with `auto-fill-mode' instead
+;; of `visual-line-mode', or in programming modes.
+
 
 ;;; Code:
 



reply via email to

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