diff options
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/frames.texi | 15 | ||||
-rw-r--r-- | doc/emacs/haiku.texi | 10 |
2 files changed, 13 insertions, 12 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index c641b8ccb14..29edbe98633 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi @@ -1633,13 +1633,14 @@ Parameters,,, elisp, The Emacs Lisp Reference Manual}, and also For additional customization options for displaying tooltips, use @kbd{M-x customize-group @key{RET} tooltip @key{RET}}. -@vindex x-gtk-use-system-tooltips - If Emacs is built with GTK+ support, it displays tooltips via GTK+, -using the default appearance of GTK+ tooltips. To disable this, -change the variable @code{x-gtk-use-system-tooltips} to @code{nil}. -If you do this, or if Emacs is built without GTK+ support, most -attributes of the tooltip text are specified by the @code{tooltip} -face, and by X resources (@pxref{X Resources}). +@vindex use-system-tooltips + If Emacs is built with the GTK+ toolkit or Haiku windowing support, +it displays tooltips via the toolkit, using the default appearance of +the toolkit's tooltips. To disable this, change the variable +@code{use-system-tooltips} to @code{nil}. If you do this, or if Emacs +is built without GTK+ or Haiku windowing support, most attributes of +the tooltip text are specified by the @code{tooltip} face, and by X +resources (@pxref{X Resources}). @dfn{GUD tooltips} are special tooltips that show the values of variables when debugging a program with GUD@. @xref{Debugger diff --git a/doc/emacs/haiku.texi b/doc/emacs/haiku.texi index 6e38660fdb3..0d3ed8339e7 100644 --- a/doc/emacs/haiku.texi +++ b/doc/emacs/haiku.texi @@ -85,15 +85,15 @@ instead. @cindex tooltips (haiku) @cindex haiku tooltips -@vindex haiku-use-system-tooltips On Haiku, Emacs defaults to using the system tooltip mechanism. This usually leads to more responsive tooltips, but the tooltips will not be able to display text properties or faces. If you need those -features, customize the variable @code{haiku-use-system-tooltips} to -the nil value, and Emacs will use its own implementation of tooltips. +features, customize the variable @code{use-system-tooltips} to the +@code{nil} value, and Emacs will use its own implementation of +tooltips. - System tooltips cannot display above the menu bar, so help text -in the menu bar will display in the echo area instead when they are + System tooltips cannot display above the menu bar, so help text in +the menu bar will display in the echo area instead when they are enabled. @cindex X resources on Haiku |