From: Erik Naggum Date: Sun, 6 Oct 1996 16:55:03 +0000 (+0000) Subject: (special-display-p): Doc fix. X-Git-Tag: emacs-20.1~3552 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6777ae524e7e9ca874a1cbe67753650b0e049322;p=emacs.git (special-display-p): Doc fix. --- 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'.")