/[emacs]/emacs/src/window.c
ViewVC logotype

Diff of /emacs/src/window.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.445.2.10 by miles, Thu Oct 14 08:49:53 2004 UTC revision 1.445.2.11 by miles, Fri Oct 22 10:13:35 2004 UTC
# Line 3214  display_buffer_1 (window) Line 3214  display_buffer_1 (window)
3214  }  }
3215    
3216  DEFUN ("special-display-p", Fspecial_display_p, Sspecial_display_p, 1, 1, 0,  DEFUN ("special-display-p", Fspecial_display_p, Sspecial_display_p, 1, 1, 0,
3217         doc: /* Returns non-nil if a buffer named BUFFER-NAME would be created specially.         doc: /* Returns non-nil if a buffer named BUFFER-NAME gets a special frame.
3218  The value is actually t if the frame should be called with default frame  If the value is t, a frame would be created for that buffer
3219  parameters, and a list of frame parameters if they were specified.  using the default frame parameters.  If the value is a list,
3220  See `special-display-buffer-names', and `special-display-regexps'.  */)  it is a list of frame parameters that would be used
3221    to make a frame for that buffer.
3222    The variables `special-display-buffer-names'
3223    and `special-display-regexps' control this.  */)
3224       (buffer_name)       (buffer_name)
3225       Lisp_Object buffer_name;       Lisp_Object buffer_name;
3226  {  {

Legend:
Removed from v.1.445.2.10  
changed lines
  Added in v.1.445.2.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26