emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113595: Doc fix.


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r113595: Doc fix.
Date: Tue, 30 Jul 2013 12:46:22 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113595
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Tue 2013-07-30 20:46:13 +0800
message:
  Doc fix.
  
  * doc/lispref/windows.texi (Window History): Mention the default value of
  switch-to-visible-buffer.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/windows.texi       
windows.texi-20091113204419-o5vbwnq5f7feedwu-6224
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-07-26 17:02:22 +0000
+++ b/doc/lispref/ChangeLog     2013-07-30 12:46:13 +0000
@@ -1,3 +1,8 @@
+2013-07-30  Xue Fuqiao  <address@hidden>
+
+       * windows.texi (Window History): Mention the default value of
+       switch-to-visible-buffer.
+
 2013-07-24  Michael Albinus  <address@hidden>
 
        * errors.texi (Standard Errors): Fix typo.

=== modified file 'doc/lispref/windows.texi'
--- a/doc/lispref/windows.texi  2013-07-19 06:31:17 +0000
+++ b/doc/lispref/windows.texi  2013-07-30 12:46:13 +0000
@@ -2328,10 +2328,11 @@
 @defopt switch-to-visible-buffer
 If this variable is address@hidden, @code{switch-to-prev-buffer} and
 @code{switch-to-next-buffer} may switch to a buffer that is already
-visible on the same frame, provided the buffer was shown in the relevant
-window before.  If it is @code{nil}, @code{switch-to-prev-buffer} and
address@hidden always try to avoid switching to a buffer
-that is already visible in another window on the same frame.
+visible on the same frame, provided the buffer was shown in the
+relevant window before.  If it is @code{nil},
address@hidden and @code{switch-to-next-buffer} always
+try to avoid switching to a buffer that is already visible in another
+window on the same frame.  The default is @code{t}.
 @end defopt
 
 


reply via email to

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