mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-08 15:30:40 -08:00
; Fix documentation about faces of tool-tip text
* lisp/tooltip.el (tooltip): * src/frame.c (syms_of_frame) <use-system-tooltips>: Doc fixes.
This commit is contained in:
parent
853719c4c2
commit
04c475a39f
2 changed files with 7 additions and 7 deletions
10
src/frame.c
10
src/frame.c
|
|
@ -6795,11 +6795,11 @@ Gtk+ tooltips are not used) and on Windows. */);
|
|||
tooltip_reuse_hidden_frame = false;
|
||||
|
||||
DEFVAR_BOOL ("use-system-tooltips", use_system_tooltips,
|
||||
doc: /* Use the toolkit to display tooltips.
|
||||
This option is only meaningful when Emacs is built with GTK+ or Haiku
|
||||
windowing support, and results in tooltips that look like those
|
||||
displayed by other GTK+ or Haiku programs, but will not be able to
|
||||
display text properties inside tooltip text. */);
|
||||
doc: /* Whether to use the toolkit to display tooltips.
|
||||
This option is only meaningful when Emacs is built with GTK+, NS or Haiku
|
||||
windowing support, and, if it's non-nil (the default), it results in
|
||||
tooltips that look like those displayed by other GTK+/NS/Haiku programs,
|
||||
but will not be able to display text properties inside tooltip text. */);
|
||||
use_system_tooltips = true;
|
||||
|
||||
DEFVAR_LISP ("iconify-child-frame", iconify_child_frame,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue