# HG changeset patch # User Richard M. Stallman # Date 1097938299 0 # Node ID 22f6e207e697a0d191a5403251f9a34bc85350dd # Parent 6024cd83cb88fae8d73d3488e54117d9ff804344 (Fspecial_display_p): Doc fix. diff -r 6024cd83cb88 -r 22f6e207e697 src/window.c --- a/src/window.c Fri Oct 15 23:38:17 2004 +0000 +++ b/src/window.c Sat Oct 16 14:51:39 2004 +0000 @@ -3214,10 +3214,13 @@ } DEFUN ("special-display-p", Fspecial_display_p, Sspecial_display_p, 1, 1, 0, - doc: /* 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'. */) + doc: /* Returns non-nil if a buffer named BUFFER-NAME gets a special frame. +If the value is t, a frame would be created for that buffer +using the default frame parameters. If the value is a list, +it is a list of frame parameters that would be used +to make a frame for that buffer. +The variables `special-display-buffer-names' +and `special-display-regexps' control this. */) (buffer_name) Lisp_Object buffer_name; {