# HG changeset patch # User Eli Zaretskii # Date 1224583325 0 # Node ID 6c99d45fe8772a13e62c7cfc22a0a6746535b77c # Parent 5acd30038b76e3357dada07253c7e2d4eb292904 (Narrowing): Add an xref to "Swapping Text". diff -r 5acd30038b76 -r 6c99d45fe877 doc/lispref/positions.texi --- a/doc/lispref/positions.texi Tue Oct 21 10:00:47 2008 +0000 +++ b/doc/lispref/positions.texi Tue Oct 21 10:02:05 2008 +0000 @@ -912,6 +912,10 @@ The commands for saving buffers are unaffected by narrowing; they save the entire buffer regardless of any narrowing. + If you need to display in a single buffer several very different +types of text, consider using an alternative facility described in +@ref{Swapping Text}. + @deffn Command narrow-to-region start end This function sets the accessible portion of the current buffer to start at @var{start} and end at @var{end}. Both arguments should be character