2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
* windows.texi (Window History): Mention the default value of
- switch-to-visible-buffer.
+ switch-to-visible-buffer. Add cross-references.
2013-07-24 Michael Albinus <michael.albinus@gmx.de>
Each list element has the form @code{(@var{buffer} @var{window-start}
@var{window-pos})}, where @var{buffer} is a buffer previously shown in
-the window, @var{window-start} is the window start position when that
-buffer was last shown, and @var{window-pos} is the point position when
+the window, @var{window-start} is the window start position
+(@pxref{Window Start and End}) when that buffer was last shown, and
+@var{window-pos} is the point position (@pxref{Window Point}) when
that buffer was last shown in @var{window}.
The list is ordered so that earlier elements correspond to more
@code{replace-buffer-in-windows} (@pxref{Buffers and Windows}) which is
called when a buffer gets killed, deletes the window in case (1) and
behaves like @code{delete-windows-on} otherwise.
+@c FIXME: Does replace-buffer-in-windows _delete_ a window in case (1)?
When @code{bury-buffer} (@pxref{The Buffer List}) operates on the
selected window (which shows the buffer that shall be buried), it
* vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
buffer for output.
- * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'; do not assume
- point-min==1; fix search string; fix parentheses missing.
+ * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
+ point-min==1. Fix search string. Fix parentheses missing.
- * vc/vc-git.el (vc-git-ignore): Remove `interactive'; do not
- assume point-min==1; fix search string; fix parentheses missing.
+ * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
+ assume point-min==1. Fix search string. Fix parentheses missing.
* vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.