comparison doc/lispref/positions.texi @ 98964:6c99d45fe877

(Narrowing): Add an xref to "Swapping Text".
author Eli Zaretskii <eliz@gnu.org>
date Tue, 21 Oct 2008 10:02:05 +0000
parents 80897ed31905
children 376783332141
comparison
equal deleted inserted replaced
98963:5acd30038b76 98964:6c99d45fe877
910 which use them refuse to operate on text that is inaccessible. 910 which use them refuse to operate on text that is inaccessible.
911 911
912 The commands for saving buffers are unaffected by narrowing; they save 912 The commands for saving buffers are unaffected by narrowing; they save
913 the entire buffer regardless of any narrowing. 913 the entire buffer regardless of any narrowing.
914 914
915 If you need to display in a single buffer several very different
916 types of text, consider using an alternative facility described in
917 @ref{Swapping Text}.
918
915 @deffn Command narrow-to-region start end 919 @deffn Command narrow-to-region start end
916 This function sets the accessible portion of the current buffer to start 920 This function sets the accessible portion of the current buffer to start
917 at @var{start} and end at @var{end}. Both arguments should be character 921 at @var{start} and end at @var{end}. Both arguments should be character
918 positions. 922 positions.
919 923