From 0a3345bbbee8e96ceb636c15c0749bbe8fb4d933 Mon Sep 17 00:00:00 2001 From: Erik Naggum Date: Sun, 6 Oct 1996 16:55:03 +0000 Subject: (special-display-p): Doc fix. --- src/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/window.c') 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'.") -- cgit v1.2.1