emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/window.c [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/window.c [emacs-unicode-2]
Date: Fri, 22 Oct 2004 06:21:35 -0400

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.445.2.10 emacs/src/window.c:1.445.2.11
*** emacs/src/window.c:1.445.2.10       Thu Oct 14 08:49:53 2004
--- emacs/src/window.c  Fri Oct 22 10:13:35 2004
***************
*** 3214,3223 ****
  }
  
  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'.  */)
       (buffer_name)
       Lisp_Object buffer_name;
  {
--- 3214,3226 ----
  }
  
  DEFUN ("special-display-p", Fspecial_display_p, Sspecial_display_p, 1, 1, 0,
!        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;
  {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]