; * doc/emacs/basic.texi (Continuation Lines): Rearrange pxref.

This commit is contained in:
Po Lu 2024-02-01 16:25:09 +08:00
parent 4e1661e96c
commit 849f8c1d49

View 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