From: Xue Fuqiao Date: Tue, 30 Jul 2013 12:46:13 +0000 (+0800) Subject: Doc fix. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1692 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=39e8fb76d691d27b0aa8038216488d78f66121b7;p=emacs.git Doc fix. * doc/lispref/windows.texi (Window History): Mention the default value of switch-to-visible-buffer. --- 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