diff options
| author | Richard M. Stallman | 2002-07-07 11:35:04 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-07-07 11:35:04 +0000 |
| commit | c84d4f59035644b4ed0ca0177f731871e218219f (patch) | |
| tree | 7dded8e0ca82b4504b901a0f3ec7bddd14b4d55d | |
| parent | b1d75c437de81d8af1458f0014db74973794f421 (diff) | |
| download | emacs-c84d4f59035644b4ed0ca0177f731871e218219f.tar.gz emacs-c84d4f59035644b4ed0ca0177f731871e218219f.zip | |
Document toolip-delay and other tooltip customization. Explain the
fake "frame parameters" for special-display-buffer-names.
| -rw-r--r-- | man/frames.texi | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/man/frames.texi b/man/frames.texi index 589d22e4347..dba07440c5c 100644 --- a/man/frames.texi +++ b/man/frames.texi | |||
| @@ -608,10 +608,16 @@ to set it. | |||
| 608 | @code{special-display-buffer-names} or @code{special-display-regexps} | 608 | @code{special-display-buffer-names} or @code{special-display-regexps} |
| 609 | can also be a list. Then the first element is the buffer name or | 609 | can also be a list. Then the first element is the buffer name or |
| 610 | regular expression; the rest of the list specifies how to create the | 610 | regular expression; the rest of the list specifies how to create the |
| 611 | frame. It can be an association list specifying frame parameter values; | 611 | frame. It can be an association list specifying frame parameter |
| 612 | these values take precedence over parameter values specified in | 612 | values; these values take precedence over parameter values specified |
| 613 | @code{special-display-frame-alist}. Alternatively, it can have this | 613 | in @code{special-display-frame-alist}. If you specify the symbol |
| 614 | form: | 614 | @code{same-window} as a ``frame parameter'' in this list, with a |
| 615 | non-@code{nil} value, that means to use the selected window if | ||
| 616 | possible. If you use the symbol @code{same-frame} as a ``frame | ||
| 617 | parameter'' in this list, with a non-@code{nil} value, that means to | ||
| 618 | use the selected frame if possible. | ||
| 619 | |||
| 620 | Alternatively, the value can have this form: | ||
| 615 | 621 | ||
| 616 | @example | 622 | @example |
| 617 | (@var{function} @var{args}...) | 623 | (@var{function} @var{args}...) |
| @@ -866,8 +872,12 @@ tooltip-mode}. The customization group @code{tooltip} controls | |||
| 866 | various aspects of how tooltips work. When Tooltip mode is disabled, | 872 | various aspects of how tooltips work. When Tooltip mode is disabled, |
| 867 | the help text is displayed in the echo area instead. | 873 | the help text is displayed in the echo area instead. |
| 868 | 874 | ||
| 869 | @xref{X Resources}, for information on customizing the windows | 875 | @vindex tooltip-delay |
| 870 | that display tooltips. | 876 | The variables @code{tooltip-delay} specifies how long Emacs should |
| 877 | wait before displaying a tooltip. For additional customization | ||
| 878 | options for displaying tooltips, use @kbd{M-x customize-group | ||
| 879 | @key{RET} tooltip @key{RET}}. @xref{X Resources}, for information on | ||
| 880 | customizing the windows that display tooltips. | ||
| 871 | 881 | ||
| 872 | @node Mouse Avoidance | 882 | @node Mouse Avoidance |
| 873 | @section Mouse Avoidance | 883 | @section Mouse Avoidance |