diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/window.c b/src/window.c index ff0d810a9c8..5b4c8928232 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -6506,9 +6506,10 @@ using `special-display-function'. See also `special-display-regexps'. | |||
| 6506 | An element of the list can be a list instead of just a string. | 6506 | An element of the list can be a list instead of just a string. |
| 6507 | There are two ways to use a list as an element: | 6507 | There are two ways to use a list as an element: |
| 6508 | (BUFFER FRAME-PARAMETERS...) (BUFFER FUNCTION OTHER-ARGS...) | 6508 | (BUFFER FRAME-PARAMETERS...) (BUFFER FUNCTION OTHER-ARGS...) |
| 6509 | In the first case, FRAME-PARAMETERS are used to create the frame. | 6509 | In the first case, the FRAME-PARAMETERS are pairs of the form |
| 6510 | In the latter case, FUNCTION is called with BUFFER as the first argument, | 6510 | \(PARAMETER . VALUE); these parameter values are used to create the frame. |
| 6511 | followed by OTHER-ARGS--it can display BUFFER in any way it likes. | 6511 | In the second case, FUNCTION is called with BUFFER as the first argument, |
| 6512 | followed by the OTHER-ARGS--it can display BUFFER in any way it likes. | ||
| 6512 | All this is done by the function found in `special-display-function'. | 6513 | All this is done by the function found in `special-display-function'. |
| 6513 | 6514 | ||
| 6514 | If the specified frame parameters include (same-buffer . t), the | 6515 | If the specified frame parameters include (same-buffer . t), the |
| @@ -6531,9 +6532,10 @@ using `special-display-function'. | |||
| 6531 | An element of the list can be a list instead of just a string. | 6532 | An element of the list can be a list instead of just a string. |
| 6532 | There are two ways to use a list as an element: | 6533 | There are two ways to use a list as an element: |
| 6533 | (REGEXP FRAME-PARAMETERS...) (REGEXP FUNCTION OTHER-ARGS...) | 6534 | (REGEXP FRAME-PARAMETERS...) (REGEXP FUNCTION OTHER-ARGS...) |
| 6534 | In the first case, FRAME-PARAMETERS are used to create the frame. | 6535 | In the first case, the FRAME-PARAMETERS are pairs of the form |
| 6535 | In the latter case, FUNCTION is called with the buffer as first argument, | 6536 | \(PARAMETER . VALUE); these parameter values are used to create the frame. |
| 6536 | followed by OTHER-ARGS--it can display the buffer in any way it likes. | 6537 | In the second case, FUNCTION is called with BUFFER as the first argument, |
| 6538 | followed by the OTHER-ARGS--it can display the buffer in any way it likes. | ||
| 6537 | All this is done by the function found in `special-display-function'. | 6539 | All this is done by the function found in `special-display-function'. |
| 6538 | 6540 | ||
| 6539 | If the specified frame parameters include (same-buffer . t), the | 6541 | If the specified frame parameters include (same-buffer . t), the |