]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix.
authorXue Fuqiao <xfq.free@gmail.com>
Tue, 30 Jul 2013 12:46:13 +0000 (20:46 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Tue, 30 Jul 2013 12:46:13 +0000 (20:46 +0800)
* doc/lispref/windows.texi (Window History): Mention the default value of
switch-to-visible-buffer.

doc/lispref/ChangeLog
doc/lispref/windows.texi

index 32717946b046198a83d19e7106d3561bc7b4e34f..7ac907d6b95420511107520ee76402ba49175b66 100644 (file)
@@ -1,3 +1,8 @@
+2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * windows.texi (Window History): Mention the default value of
+       switch-to-visible-buffer.
+
 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
 
        * errors.texi (Standard Errors): Fix typo.
index 1f65f687014d699ca6b2a785f670f2b7d7546b50..a6281bcc4d6f9e5d8e33aacb8002383fb15e594a 100644 (file)
@@ -2328,10 +2328,11 @@ same frame.  The following option can be used to override this behavior.
 @defopt switch-to-visible-buffer
 If this variable is non-@code{nil}, @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
-@code{switch-to-next-buffer} 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},
+@code{switch-to-prev-buffer} 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