]> git.eshelyaron.com Git - emacs.git/commitdiff
(Indirect Buffers): Clarify.
authorRichard M. Stallman <rms@gnu.org>
Sun, 17 Apr 2005 15:50:48 +0000 (15:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 17 Apr 2005 15:50:48 +0000 (15:50 +0000)
lispref/buffers.texi

index e0ef75ccae8b9400d467f40e9e1f4ca46a050013..a0769be23dd8a109e8458d30e3b9b3cb8589de62 100644 (file)
@@ -1067,11 +1067,11 @@ in the other.  This includes the text properties as well as the characters
 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
+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), different major modes, and different buffer-local
-variables.
+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