aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorRichard M. Stallman2004-06-21 03:23:27 +0000
committerRichard M. Stallman2004-06-21 03:23:27 +0000
commit3cb7143cd863e82070e20732ddefdf19876fd7d9 (patch)
tree3b2a8233eb58fbf6c946619b3019b144f77df903 /src/window.c
parent29204e13285666761d95e2afdc181a09affe14d5 (diff)
downloademacs-3cb7143cd863e82070e20732ddefdf19876fd7d9.tar.gz
emacs-3cb7143cd863e82070e20732ddefdf19876fd7d9.zip
(syms_of_window): Doc fix.
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c14
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'.
6504An element of the list can be a list instead of just a string. 6504An element of the list can be a list instead of just a string.
6505There are two ways to use a list as an element: 6505There 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...)
6507In the first case, FRAME-PARAMETERS are used to create the frame. 6507In the first case, the FRAME-PARAMETERS are pairs of the form
6508In the latter case, FUNCTION is called with BUFFER as the first argument, 6508\(PARAMETER . VALUE); these parameter values are used to create the frame.
6509followed by OTHER-ARGS--it can display BUFFER in any way it likes. 6509In the second case, FUNCTION is called with BUFFER as the first argument,
6510followed by the OTHER-ARGS--it can display BUFFER in any way it likes.
6510All this is done by the function found in `special-display-function'. 6511All this is done by the function found in `special-display-function'.
6511 6512
6512If the specified frame parameters include (same-buffer . t), the 6513If the specified frame parameters include (same-buffer . t), the
@@ -6529,9 +6530,10 @@ using `special-display-function'.
6529An element of the list can be a list instead of just a string. 6530An element of the list can be a list instead of just a string.
6530There are two ways to use a list as an element: 6531There 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...)
6532In the first case, FRAME-PARAMETERS are used to create the frame. 6533In the first case, the FRAME-PARAMETERS are pairs of the form
6533In the latter case, FUNCTION is called with the buffer as first argument, 6534\(PARAMETER . VALUE); these parameter values are used to create the frame.
6534followed by OTHER-ARGS--it can display the buffer in any way it likes. 6535In the second case, FUNCTION is called with BUFFER as the first argument,
6536followed by the OTHER-ARGS--it can display the buffer in any way it likes.
6535All this is done by the function found in `special-display-function'. 6537All this is done by the function found in `special-display-function'.
6536 6538
6537If the specified frame parameters include (same-buffer . t), the 6539If the specified frame parameters include (same-buffer . t), the