summaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
authorErik Naggum <erik@naggum.no>1996-10-06 16:55:03 +0000
committerErik Naggum <erik@naggum.no>1996-10-06 16:55:03 +0000
commit0a3345bbbee8e96ceb636c15c0749bbe8fb4d933 (patch)
tree475d3e15cc0d60f0532fa058c259412c0ca8b770 /src/window.c
parent27337aee17d3a882ef50bfb85eda5bdb7c6c989e (diff)
downloademacs-0a3345bbbee8e96ceb636c15c0749bbe8fb4d933.tar.gz
(special-display-p): 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 014cd3cedfd..900b66a0068 100644
--- a/src/window.c
+++ b/src/window.c
@@ -1980,7 +1980,7 @@ display_buffer_1 (window)
}
DEFUN ("special-display-p", Fspecial_display_p, Sspecial_display_p, 1, 1, 0,
- "Returns non-nil if BUFFER-NAME would use a special display function.
+ "Returns non-nil if a buffer named BUFFER-NAME would be created specially.
The value is actually t if the frame should be called with default frame
parameters, and a list of frame parameters if they were specified.
See `special-display-buffer-names', and `special-display-regexps'.")