]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fspecial_display_p): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 16 Oct 2004 14:51:39 +0000 (14:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 16 Oct 2004 14:51:39 +0000 (14:51 +0000)
src/window.c

index 11dabdaf9644562e2dfda4d36d0d49c650a5f0b2..5a1f1bab7cac290eede77f3f73da514c4656c655 100644 (file)
@@ -3214,10 +3214,13 @@ display_buffer_1 (window)
 }
 
 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;
 {