diff options
| author | Richard M. Stallman | 2004-06-21 03:23:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-06-21 03:23:27 +0000 |
| commit | 3cb7143cd863e82070e20732ddefdf19876fd7d9 (patch) | |
| tree | 3b2a8233eb58fbf6c946619b3019b144f77df903 /src/window.c | |
| parent | 29204e13285666761d95e2afdc181a09affe14d5 (diff) | |
| download | emacs-3cb7143cd863e82070e20732ddefdf19876fd7d9.tar.gz emacs-3cb7143cd863e82070e20732ddefdf19876fd7d9.zip | |
(syms_of_window): Doc fix.
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 8ef903e68fb..ab15a7d1b21 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -6504,9 +6504,10 @@ using `special-display-function'. See also `special-display-regexps'. | |||
| 6504 | An element of the list can be a list instead of just a string. | 6504 | An element of the list can be a list instead of just a string. |
| 6505 | There are two ways to use a list as an element: | 6505 | There are two ways to use a list as an element: |
| 6506 | (BUFFER FRAME-PARAMETERS...) (BUFFER FUNCTION OTHER-ARGS...) | 6506 | (BUFFER FRAME-PARAMETERS...) (BUFFER FUNCTION OTHER-ARGS...) |
| 6507 | In the first case, FRAME-PARAMETERS are used to create the frame. | 6507 | In the first case, the FRAME-PARAMETERS are pairs of the form |
| 6508 | In the latter case, FUNCTION is called with BUFFER as the first argument, | 6508 | \(PARAMETER . VALUE); these parameter values are used to create the frame. |
| 6509 | followed by OTHER-ARGS--it can display BUFFER in any way it likes. | 6509 | In the second case, FUNCTION is called with BUFFER as the first argument, |
| 6510 | followed by the OTHER-ARGS--it can display BUFFER in any way it likes. | ||
| 6510 | All this is done by the function found in `special-display-function'. | 6511 | All this is done by the function found in `special-display-function'. |
| 6511 | 6512 | ||
| 6512 | If the specified frame parameters include (same-buffer . t), the | 6513 | If the specified frame parameters include (same-buffer . t), the |
| @@ -6529,9 +6530,10 @@ using `special-display-function'. | |||
| 6529 | An element of the list can be a list instead of just a string. | 6530 | An element of the list can be a list instead of just a string. |
| 6530 | There are two ways to use a list as an element: | 6531 | There are two ways to use a list as an element: |
| 6531 | (REGEXP FRAME-PARAMETERS...) (REGEXP FUNCTION OTHER-ARGS...) | 6532 | (REGEXP FRAME-PARAMETERS...) (REGEXP FUNCTION OTHER-ARGS...) |
| 6532 | In the first case, FRAME-PARAMETERS are used to create the frame. | 6533 | In the first case, the FRAME-PARAMETERS are pairs of the form |
| 6533 | In the latter case, FUNCTION is called with the buffer as first argument, | 6534 | \(PARAMETER . VALUE); these parameter values are used to create the frame. |
| 6534 | followed by OTHER-ARGS--it can display the buffer in any way it likes. | 6535 | In the second case, FUNCTION is called with BUFFER as the first argument, |
| 6536 | followed by the OTHER-ARGS--it can display the buffer in any way it likes. | ||
| 6535 | All this is done by the function found in `special-display-function'. | 6537 | All this is done by the function found in `special-display-function'. |
| 6536 | 6538 | ||
| 6537 | If the specified frame parameters include (same-buffer . t), the | 6539 | If the specified frame parameters include (same-buffer . t), the |