]> git.eshelyaron.com Git - emacs.git/commitdiff
(Narrowing): Add an xref to "Swapping Text".
authorEli Zaretskii <eliz@gnu.org>
Tue, 21 Oct 2008 10:02:05 +0000 (10:02 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 21 Oct 2008 10:02:05 +0000 (10:02 +0000)
doc/lispref/positions.texi

index 452d6e4ca3c1327284056b343a5c3d74ee95fdd1..1e2a0802b93489e45a22138cdf5b3b6b810ca0ec 100644 (file)
@@ -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