emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/windows.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/windows.texi
Date: Mon, 24 Feb 2003 11:50:01 -0500

Index: emacs/lispref/windows.texi
diff -c emacs/lispref/windows.texi:1.59 emacs/lispref/windows.texi:1.60
*** emacs/lispref/windows.texi:1.59     Tue Feb  4 09:47:54 2003
--- emacs/lispref/windows.texi  Mon Feb 24 11:50:00 2003
***************
*** 960,970 ****
  By default, special display means to give the buffer a dedicated frame.
  
  If an element is a list, instead of a string, then the @sc{car} of the
! list is the buffer name, and the rest of the list says how to create the
! frame.  There are two possibilities for the rest of the list.  It can be
! an alist, specifying frame parameters, or it can contain a function and
! arguments to give to it.  (The function's first argument is always the
! buffer to be displayed; the arguments from the list come after that.)
  @end defopt
  
  @defopt special-display-regexps
--- 960,981 ----
  By default, special display means to give the buffer a dedicated frame.
  
  If an element is a list, instead of a string, then the @sc{car} of the
! list is the buffer name, and the rest of the list says how to create
! the frame.  There are two possibilities for the rest of the list (its
! @sc{cdr}).  It can be an alist, specifying frame parameters, or it can
! contain a function and arguments to give to it.  (The function's first
! argument is always the buffer to be displayed; the arguments from the
! list come after that.)
! 
! For example:
! 
! @example
! (("myfile" (minibuffer) (menu-bar-lines . 0)))
! @end example
! 
! @noindent
! specifies to display a buffer named @samp{myfile} in a dedicated frame
! with specified @code{minibuffer} and @code{menu-bar-lines} parameters.
  @end defopt
  
  @defopt special-display-regexps




reply via email to

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