diff options
| author | Martin Rudalics | 2009-01-09 09:55:38 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2009-01-09 09:55:38 +0000 |
| commit | dcb50c02f5acb65e5b180c10709d634235d9cfbe (patch) | |
| tree | b97be44378024211a38c30fa219bb410fbb2b077 | |
| parent | c28f19e5ac0b55c620116cc403b1c25d97ca2132 (diff) | |
| download | emacs-dcb50c02f5acb65e5b180c10709d634235d9cfbe.tar.gz emacs-dcb50c02f5acb65e5b180c10709d634235d9cfbe.zip | |
(special-display-buffer-names)
(special-display-regexps, special-display-function): In
doc-strings say "same-window" instead of "same-buffer".
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/window.el | 16 |
2 files changed, 14 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e9aaac24c35..248a55c04a2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2009-01-09 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * window.el (special-display-buffer-names) | ||
| 4 | (special-display-regexps, special-display-function): In | ||
| 5 | doc-strings say "same-window" instead of "same-buffer". | ||
| 6 | |||
| 1 | 2009-01-09 Michael Albinus <michael.albinus@gmx.de> | 7 | 2009-01-09 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 8 | ||
| 3 | * net/tramp.el: Revert previous patch. `last-command-char' is | 9 | * net/tramp.el: Revert previous patch. `last-command-char' is |
diff --git a/lisp/window.el b/lisp/window.el index c529e272ce2..fc76ea96d6e 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -590,10 +590,10 @@ the first argument, followed by the OTHER-ARGS--it can display | |||
| 590 | BUFFER in any way it likes. All this is done by the function | 590 | BUFFER in any way it likes. All this is done by the function |
| 591 | found in `special-display-function'. | 591 | found in `special-display-function'. |
| 592 | 592 | ||
| 593 | If the specified frame parameters include (same-buffer . t), the | 593 | If the specified frame parameters include (same-window . t), the |
| 594 | buffer is displayed in the currently selected window. Otherwise, if | 594 | buffer is displayed in the currently selected window. Otherwise, |
| 595 | they include (same-frame . t), the buffer is displayed in a new window | 595 | if they include (same-frame . t), the buffer is displayed in a |
| 596 | in the currently selected frame. | 596 | new window in the currently selected frame. |
| 597 | 597 | ||
| 598 | If this variable appears \"not to work\", because you add a name to it | 598 | If this variable appears \"not to work\", because you add a name to it |
| 599 | but that buffer still appears in the selected window, look at the | 599 | but that buffer still appears in the selected window, look at the |
| @@ -629,7 +629,7 @@ the first argument, followed by the OTHER-ARGS--it can display | |||
| 629 | the buffer in any way it likes. All this is done by the function | 629 | the buffer in any way it likes. All this is done by the function |
| 630 | found in `special-display-function'. | 630 | found in `special-display-function'. |
| 631 | 631 | ||
| 632 | If the specified frame parameters include (same-buffer . t), the | 632 | If the specified frame parameters include (same-window . t), the |
| 633 | buffer is displayed in the currently selected window. Otherwise, | 633 | buffer is displayed in the currently selected window. Otherwise, |
| 634 | if they include (same-frame . t), the buffer is displayed in a | 634 | if they include (same-frame . t), the buffer is displayed in a |
| 635 | new window in the currently selected frame. | 635 | new window in the currently selected frame. |
| @@ -660,9 +660,9 @@ The default value normally makes a separate frame for the buffer, | |||
| 660 | using `special-display-frame-alist' to specify the frame | 660 | using `special-display-frame-alist' to specify the frame |
| 661 | parameters. | 661 | parameters. |
| 662 | 662 | ||
| 663 | But if the buffer specific data includes (same-buffer . t) then | 663 | But if the buffer specific data includes (same-window . t) then |
| 664 | the buffer is displayed in the current selected window. | 664 | the buffer is displayed in the currently selected window. |
| 665 | Otherwise if it includes (same-frame . t) then the buffer is | 665 | Otherwise, if it includes (same-frame . t) then the buffer is |
| 666 | displayed in a new window in the currently selected frame. | 666 | displayed in a new window in the currently selected frame. |
| 667 | 667 | ||
| 668 | A buffer is special if it is listed in | 668 | A buffer is special if it is listed in |