From 7f5d317d1b255d79b13831839e6669e44f23efa5 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 21 Oct 2008 10:02:05 +0000 Subject: [PATCH] (Narrowing): Add an xref to "Swapping Text". --- doc/lispref/positions.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/lispref/positions.texi b/doc/lispref/positions.texi index 452d6e4ca3c..1e2a0802b93 100644 --- a/doc/lispref/positions.texi +++ b/doc/lispref/positions.texi @@ -912,6 +912,10 @@ which use them refuse to operate on text that is inaccessible. 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 -- 2.39.5