emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/frames.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/frames.texi
Date: Sun, 07 Jul 2002 07:35:29 -0400

Index: emacs/man/frames.texi
diff -c emacs/man/frames.texi:1.49 emacs/man/frames.texi:1.50
*** emacs/man/frames.texi:1.49  Mon Jun 17 12:27:58 2002
--- emacs/man/frames.texi       Sun Jul  7 07:35:04 2002
***************
*** 608,617 ****
  @code{special-display-buffer-names} or @code{special-display-regexps}
  can also be a list.  Then the first element is the buffer name or
  regular expression; the rest of the list specifies how to create the
! frame.  It can be an association list specifying frame parameter values;
! these values take precedence over parameter values specified in
! @code{special-display-frame-alist}.  Alternatively, it can have this
! form:
  
  @example
  (@var{function} @var{args}...)
--- 608,623 ----
  @code{special-display-buffer-names} or @code{special-display-regexps}
  can also be a list.  Then the first element is the buffer name or
  regular expression; the rest of the list specifies how to create the
! frame.  It can be an association list specifying frame parameter
! values; these values take precedence over parameter values specified
! in @code{special-display-frame-alist}.  If you specify the symbol
! @code{same-window} as a ``frame parameter'' in this list, with a
! address@hidden value, that means to use the selected window if
! possible.  If you use the symbol @code{same-frame} as a ``frame
! parameter'' in this list, with a address@hidden value, that means to
! use the selected frame if possible.
! 
!   Alternatively, the value can have this form:
  
  @example
  (@var{function} @var{args}...)
***************
*** 866,873 ****
  various aspects of how tooltips work.  When Tooltip mode is disabled,
  the help text is displayed in the echo area instead.
  
!   @xref{X Resources}, for information on customizing the windows
! that display tooltips.
  
  @node Mouse Avoidance
  @section Mouse Avoidance
--- 872,883 ----
  various aspects of how tooltips work.  When Tooltip mode is disabled,
  the help text is displayed in the echo area instead.
  
! @vindex tooltip-delay
!   The variables @code{tooltip-delay} specifies how long Emacs should
! wait before displaying a tooltip.  For additional customization
! options for displaying tooltips, use @kbd{M-x customize-group
! @key{RET} tooltip @key{RET}}.  @xref{X Resources}, for information on
! customizing the windows that display tooltips.
  
  @node Mouse Avoidance
  @section Mouse Avoidance



reply via email to

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