From 6777ae524e7e9ca874a1cbe67753650b0e049322 Mon Sep 17 00:00:00 2001 From: Erik Naggum Date: Sun, 6 Oct 1996 16:55:03 +0000 Subject: [PATCH] (special-display-p): Doc fix. --- src/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'.") -- 2.39.5