# HG changeset patch # User Erik Naggum # Date 844620903 0 # Node ID de5de2aefc4eb7b1b6b31499cdf3fc457ea7f86a # Parent 5d64d742ccbbbab92ead449cba4046440fd1c3ae (special-display-p): Doc fix. diff -r 5d64d742ccbb -r de5de2aefc4e src/window.c --- 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'.")