summaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-09-27 01:37:06 +0000
committerRichard M. Stallman <rms@gnu.org>1994-09-27 01:37:06 +0000
commite6203f69bbcea0077853929e15684618bd0eeda4 (patch)
tree932d0c9b0356a100b7f6de262580438610859419 /src/window.c
parent10888b3f774ce6724a7a7a94483411804311678e (diff)
downloademacs-e6203f69bbcea0077853929e15684618bd0eeda4.tar.gz
(syms_of_window): Doc fix.
Diffstat (limited to 'src/window.c')
-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'.");
It is called with two arguments, the buffer and optional buffer specific\n\
data, and should return a window displaying that buffer.\n\
The default value makes a separate frame for the buffer,\n\
-using `special-display-alist' to specify the frame parameters.\n\
+using `special-display-frame-alist' to specify the frame parameters.\n\
\n\
A buffer is special if its is listed in `special-display-buffer-names'\n\
or matches a regexp in `special-display-regexps'.");