changeset 16392:de5de2aefc4e

(special-display-p): Doc fix.
author Erik Naggum <erik@naggum.no>
date Sun, 06 Oct 1996 16:55:03 +0000
parents 5d64d742ccbb
children 67df8ce85ec7
files src/window.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.c	Sun Oct 06 16:27:39 1996 +0000
+++ b/src/window.c	Sun Oct 06 16:55:03 1996 +0000
@@ -1980,7 +1980,7 @@
 }
 
 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'.")