From 39e8fb76d691d27b0aa8038216488d78f66121b7 Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Tue, 30 Jul 2013 20:46:13 +0800 Subject: [PATCH] Doc fix. * doc/lispref/windows.texi (Window History): Mention the default value of switch-to-visible-buffer. --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/windows.texi | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 32717946b04..7ac907d6b95 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2013-07-30 Xue Fuqiao + + * windows.texi (Window History): Mention the default value of + switch-to-visible-buffer. + 2013-07-24 Michael Albinus * errors.texi (Standard Errors): Fix typo. diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 1f65f687014..a6281bcc4d6 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -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 -- 2.39.2