# HG changeset patch # User Richard M. Stallman # Date 1113753048 0 # Node ID 164ca32df6abd4f6db10188edac9f3c561231252 # Parent 60e0429c79b1ef7d6a374c5be9074f704f43b240 (Indirect Buffers): Clarify. diff -r 60e0429c79b1 -r 164ca32df6ab lispref/buffers.texi --- a/lispref/buffers.texi Sun Apr 17 15:49:52 2005 +0000 +++ b/lispref/buffers.texi Sun Apr 17 15:50:48 2005 +0000 @@ -1067,11 +1067,11 @@ 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