]> git.eshelyaron.com Git - emacs.git/commitdiff
(special-display-p): Doc fix.
authorErik Naggum <erik@naggum.no>
Sun, 6 Oct 1996 16:55:03 +0000 (16:55 +0000)
committerErik Naggum <erik@naggum.no>
Sun, 6 Oct 1996 16:55:03 +0000 (16:55 +0000)
src/window.c

index 014cd3cedfd60dd7e283cf94f5c4801e01fbad28..900b66a00684d87fc98ee2cf0f202b81cf1121da 100644 (file)
@@ -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'.")