diff options
| author | Martin Rudalics | 2011-10-10 08:31:07 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2011-10-10 08:31:07 +0200 |
| commit | 0563dae9a9e3a8c2b6de454693c0cc207e67f05d (patch) | |
| tree | 4d839f8277827e662a98e55c23f19139e3c26138 | |
| parent | 3dc62b2b1e2f1c44d867907683702dd10763a0c5 (diff) | |
| download | emacs-0563dae9a9e3a8c2b6de454693c0cc207e67f05d.tar.gz emacs-0563dae9a9e3a8c2b6de454693c0cc207e67f05d.zip | |
Fix doc-strings of special-display-... variables.
* window.el (special-display-buffer-names)
(special-display-regexps): Remove some remnants of earlier
changes from doc-strings.
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/window.el | 18 |
2 files changed, 14 insertions, 10 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1eaf61ad3c2..103d7b25518 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-10-10 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * window.el (special-display-buffer-names) | ||
| 4 | (special-display-regexps): Remove some remnants of earlier | ||
| 5 | changes from doc-strings. | ||
| 6 | |||
| 1 | 2011-10-09 Martin Rudalics <rudalics@gmx.at> | 7 | 2011-10-09 Martin Rudalics <rudalics@gmx.at> |
| 2 | 8 | ||
| 3 | * window.el (frame-auto-hide-function): Add version tag. | 9 | * window.el (frame-auto-hide-function): Add version tag. |
diff --git a/lisp/window.el b/lisp/window.el index 4a421852f82..7241e148dae 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -3959,12 +3959,10 @@ Finally, an element of this list can be also specified as | |||
| 3959 | \(BUFFER-NAME FUNCTION OTHER-ARGS). In that case, | 3959 | \(BUFFER-NAME FUNCTION OTHER-ARGS). In that case, |
| 3960 | `special-display-popup-frame' will call FUNCTION with the buffer | 3960 | `special-display-popup-frame' will call FUNCTION with the buffer |
| 3961 | named BUFFER-NAME as first argument, and OTHER-ARGS as the | 3961 | named BUFFER-NAME as first argument, and OTHER-ARGS as the |
| 3962 | second. If `special-display-function' specifies some other | 3962 | second. |
| 3963 | function, that function is called with the buffer named | 3963 | |
| 3964 | BUFFER-NAME as first, and the element's cdr as second argument. | 3964 | Any alternative function specified here is responsible for |
| 3965 | In any case, that function is responsible for setting the value | 3965 | setting up the quit-restore parameter of the window used. |
| 3966 | The function specified here is responsible for setting the | ||
| 3967 | quit-restore and help-setup parameters of the window used. | ||
| 3968 | 3966 | ||
| 3969 | If this variable appears \"not to work\", because you added a | 3967 | If this variable appears \"not to work\", because you added a |
| 3970 | name to it but the corresponding buffer is displayed in the | 3968 | name to it but the corresponding buffer is displayed in the |
| @@ -4029,10 +4027,10 @@ as second argument. | |||
| 4029 | Finally, an element of this list can be also specified as | 4027 | Finally, an element of this list can be also specified as |
| 4030 | \(REGEXP FUNCTION OTHER-ARGS). `special-display-popup-frame' | 4028 | \(REGEXP FUNCTION OTHER-ARGS). `special-display-popup-frame' |
| 4031 | will then call FUNCTION with the buffer whose name matched | 4029 | will then call FUNCTION with the buffer whose name matched |
| 4032 | REGEXP as first, and OTHER-ARGS as second argument. If | 4030 | REGEXP as first, and OTHER-ARGS as second argument. |
| 4033 | `special-display-function' specifies some other function, that | 4031 | |
| 4034 | function is called with the buffer whose name matched REGEXP | 4032 | Any alternative function specified here is responsible for |
| 4035 | as first, and the element's cdr as second argument. | 4033 | setting up the quit-restore parameter of the window used. |
| 4036 | 4034 | ||
| 4037 | If this variable appears \"not to work\", because you added a | 4035 | If this variable appears \"not to work\", because you added a |
| 4038 | name to it but the corresponding buffer is displayed in the | 4036 | name to it but the corresponding buffer is displayed in the |