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

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

[nongnu] elpa/visual-fill-column 7ca18f37af 092/137: Rewrap comment.


From: ELPA Syncer
Subject: [nongnu] elpa/visual-fill-column 7ca18f37af 092/137: Rewrap comment.
Date: Sun, 2 Jan 2022 22:59:14 -0500 (EST)

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

    Rewrap comment.
---
 visual-fill-column.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/visual-fill-column.el b/visual-fill-column.el
index d7bb77846b..0c26a1e527 100644
--- a/visual-fill-column.el
+++ b/visual-fill-column.el
@@ -28,11 +28,11 @@
 
 ;;; Commentary:
 
-;; `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.
+;; `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.
 
 ;;; Code:
 



reply via email to

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