emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113597: Doc fix.


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r113597: Doc fix.
Date: Tue, 30 Jul 2013 13:53:42 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113597
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Tue 2013-07-30 21:53:28 +0800
message:
  Doc fix.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/windows.texi       
windows.texi-20091113204419-o5vbwnq5f7feedwu-6224
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-07-30 12:46:13 +0000
+++ b/doc/lispref/ChangeLog     2013-07-30 13:53:28 +0000
@@ -1,7 +1,7 @@
 2013-07-30  Xue Fuqiao  <address@hidden>
 
        * 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  <address@hidden>
 

=== modified file 'doc/lispref/windows.texi'
--- a/doc/lispref/windows.texi  2013-07-30 12:46:13 +0000
+++ b/doc/lispref/windows.texi  2013-07-30 13:53:28 +0000
@@ -2244,8 +2244,9 @@
 
 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
address@hidden 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
@@ -2363,6 +2364,7 @@
 @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.
address@hidden 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

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-07-30 06:08:33 +0000
+++ b/lisp/ChangeLog    2013-07-30 13:53:28 +0000
@@ -3,11 +3,11 @@
        * 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'.
 


reply via email to

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