aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-09-27 01:37:06 +0000
committerRichard M. Stallman1994-09-27 01:37:06 +0000
commitbdd3a8023b1b31c9630416e59c4ed466e906927a (patch)
tree9ed4af73ac2e2cd616392eab22803a8c709a4d72 /src
parent0ed62dc799f78709c04708ff89829e7d41c4d2f4 (diff)
downloademacs-bdd3a8023b1b31c9630416e59c4ed466e906927a.tar.gz
emacs-bdd3a8023b1b31c9630416e59c4ed466e906927a.zip
(syms_of_window): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 35140f239a9..b34f8a86132 100644
--- a/src/window.c
+++ b/src/window.c
@@ -3285,7 +3285,7 @@ See also `special-display-buffer-names'.");
3285It is called with two arguments, the buffer and optional buffer specific\n\ 3285It is called with two arguments, the buffer and optional buffer specific\n\
3286data, and should return a window displaying that buffer.\n\ 3286data, and should return a window displaying that buffer.\n\
3287The default value makes a separate frame for the buffer,\n\ 3287The default value makes a separate frame for the buffer,\n\
3288using `special-display-alist' to specify the frame parameters.\n\ 3288using `special-display-frame-alist' to specify the frame parameters.\n\
3289\n\ 3289\n\
3290A buffer is special if its is listed in `special-display-buffer-names'\n\ 3290A buffer is special if its is listed in `special-display-buffer-names'\n\
3291or matches a regexp in `special-display-regexps'."); 3291or matches a regexp in `special-display-regexps'.");