Mercurial > emacs
changeset 101023:407664fb6b9d
(special-display-buffer-names)
(special-display-regexps, special-display-function): In
doc-strings say "same-window" instead of "same-buffer".
author | Martin Rudalics <rudalics@gmx.at> |
---|---|
date | Fri, 09 Jan 2009 09:55:38 +0000 |
parents | 3b81f4d7e1a3 |
children | cc2605b07baa |
files | lisp/ChangeLog lisp/window.el |
diffstat | 2 files changed, 14 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jan 09 08:15:27 2009 +0000 +++ b/lisp/ChangeLog Fri Jan 09 09:55:38 2009 +0000 @@ -1,3 +1,9 @@ +2009-01-09 Martin Rudalics <rudalics@gmx.at> + + * window.el (special-display-buffer-names) + (special-display-regexps, special-display-function): In + doc-strings say "same-window" instead of "same-buffer". + 2009-01-09 Michael Albinus <michael.albinus@gmx.de> * net/tramp.el: Revert previous patch. `last-command-char' is
--- a/lisp/window.el Fri Jan 09 08:15:27 2009 +0000 +++ b/lisp/window.el Fri Jan 09 09:55:38 2009 +0000 @@ -590,10 +590,10 @@ BUFFER in any way it likes. All this is done by the function found in `special-display-function'. -If the specified frame parameters include (same-buffer . t), the -buffer is displayed in the currently selected window. Otherwise, if -they include (same-frame . t), the buffer is displayed in a new window -in the currently selected frame. +If the specified frame parameters include (same-window . t), the +buffer is displayed in the currently selected window. Otherwise, +if they include (same-frame . t), the buffer is displayed in a +new window in the currently selected frame. If this variable appears \"not to work\", because you add a name to it but that buffer still appears in the selected window, look at the @@ -629,7 +629,7 @@ the buffer in any way it likes. All this is done by the function found in `special-display-function'. -If the specified frame parameters include (same-buffer . t), the +If the specified frame parameters include (same-window . t), the buffer is displayed in the currently selected window. Otherwise, if they include (same-frame . t), the buffer is displayed in a new window in the currently selected frame. @@ -660,9 +660,9 @@ using `special-display-frame-alist' to specify the frame parameters. -But if the buffer specific data includes (same-buffer . t) then -the buffer is displayed in the current selected window. -Otherwise if it includes (same-frame . t) then the buffer is +But if the buffer specific data includes (same-window . t) then +the buffer is displayed in the currently selected window. +Otherwise, if it includes (same-frame . t) then the buffer is displayed in a new window in the currently selected frame. A buffer is special if it is listed in