emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/buffers.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/buffers.texi
Date: Sun, 17 Apr 2005 11:50:48 -0400

Index: emacs/lispref/buffers.texi
diff -c emacs/lispref/buffers.texi:1.40 emacs/lispref/buffers.texi:1.41
*** emacs/lispref/buffers.texi:1.40     Thu Feb  3 06:56:24 2005
--- emacs/lispref/buffers.texi  Sun Apr 17 15:50:48 2005
***************
*** 1067,1077 ****
  themselves.
  
    In all other respects, the indirect buffer and its base buffer are
! completely separate.  They have different names, different values of
! point, different narrowing, different markers and overlays (though
  inserting or deleting text in either buffer relocates the markers and
! overlays for both), different major modes, and different buffer-local
! variables.
  
    An indirect buffer cannot visit a file, but its base buffer can.  If
  you try to save the indirect buffer, that actually saves the base
--- 1067,1077 ----
  themselves.
  
    In all other respects, the indirect buffer and its base buffer are
! completely separate.  They have different names, independent values of
! point, independent narrowing, independent markers and overlays (though
  inserting or deleting text in either buffer relocates the markers and
! overlays for both), independent major modes, and independent
! buffer-local variable bindings.
  
    An indirect buffer cannot visit a file, but its base buffer can.  If
  you try to save the indirect buffer, that actually saves the base




reply via email to

[Prev in Thread] Current Thread [Next in Thread]