From: Eli Zaretskii Date: Tue, 21 Oct 2008 10:02:05 +0000 (+0000) Subject: (Narrowing): Add an xref to "Swapping Text". X-Git-Tag: emacs-pretest-23.0.90~2312 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f5d317d1b255d79b13831839e6669e44f23efa5;p=emacs.git (Narrowing): Add an xref to "Swapping Text". --- 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