]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/emacs/basic.texi (Continuation Lines): Rearrange pxref.
authorPo Lu <luangruo@yahoo.com>
Thu, 1 Feb 2024 08:25:09 +0000 (16:25 +0800)
committerEshel Yaron <me@eshelyaron.com>
Fri, 2 Feb 2024 18:05:29 +0000 (19:05 +0100)
(cherry picked from commit 849f8c1d49edc93cd8133d2f0dee5ceeb8f659e5)

doc/emacs/basic.texi

index c00cd6e20cf54270dafec23c48a5196808d1ea12..b1b1573729a90f583638ae7fd17028a645361416 100644 (file)
@@ -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