emacs-diffs
[Top][All Lists]
Advanced

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

master 849f8c1d49e 4/4: ; * doc/emacs/basic.texi (Continuation Lines): R


From: Po Lu
Subject: master 849f8c1d49e 4/4: ; * doc/emacs/basic.texi (Continuation Lines): Rearrange pxref.
Date: Thu, 1 Feb 2024 03:27:54 -0500 (EST)

branch: master
commit 849f8c1d49edc93cd8133d2f0dee5ceeb8f659e5
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * doc/emacs/basic.texi (Continuation Lines): Rearrange pxref.
---
 doc/emacs/basic.texi | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi
index c00cd6e20cf..b1b1573729a 100644
--- a/doc/emacs/basic.texi
+++ b/doc/emacs/basic.texi
@@ -636,14 +636,14 @@ long, by using Auto Fill mode.  @xref{Filling}.
   Normally, the first character of each continuation line is
 positioned at the beginning of the screen line where it is displayed.
 The minor mode @code{visual-wrap-prefix-mode} and its global
-counterpart @code{global-visual-wrap-prefix-mode} (@pxref{Minor
-Modes}) arranges that continuation lines be prefixed by slightly
-adjusted versions of the fill prefixes (@pxref{Fill Prefix}) of their
-respective logical lines, so that indentation characters or the
-prefixes of source code comments are replicated across every
-continuation line, and the appearance of such comments or indentation
-is not broken.  These prefixes are only shown on display, and does not
-change the buffer text in any way.
+(@pxref{Minor Modes}) counterpart
+@code{global-visual-wrap-prefix-mode} arranges that continuation lines
+be prefixed by slightly adjusted versions of the fill prefixes
+(@pxref{Fill Prefix}) of their respective logical lines, so that
+indentation characters or the prefixes of source code comments are
+replicated across every continuation line, and the appearance of such
+comments or indentation is not broken.  These prefixes are only shown
+on display, and does not change the buffer text in any way.
 
   Sometimes, you may need to edit files containing many long logical
 lines, and it may not be practical to break them all up by adding



reply via email to

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