summaryrefslogtreecommitdiff
path: root/doc/emacs/haiku.texi
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2022-01-19 13:12:18 +0800
committerPo Lu <luangruo@yahoo.com>2022-01-19 13:12:18 +0800
commit95084cec09190d7263ce61d30387c08e7d365ad3 (patch)
tree0f3f75778df132c9a91cb804d861908f84f95ed7 /doc/emacs/haiku.texi
parent90dda33108dc505f66d79c6422cf69456c5b7fa0 (diff)
downloademacs-95084cec09190d7263ce61d30387c08e7d365ad3.tar.gz
emacs-95084cec09190d7263ce61d30387c08e7d365ad3.tar.bz2
emacs-95084cec09190d7263ce61d30387c08e7d365ad3.zip
Rename system tooltip variables to `use-system-tooltips'
* doc/emacs/frames.texi (Tooltips): * doc/emacs/haiku.texi (Haiku Basics): * doc/lispref/display.texi (Tooltips): Document `use-system-tooltips' instead. * etc/NEWS: Announce new option. * lisp/cus-start.el (standard): Add new option. * lisp/term/haiku-win.el (haiku-use-system-tooltips): * lisp/term/pgtk-win.el (x-gtk-use-system-tooltips): * lisp/term/x-win.el (x-gtk-use-system-tooltips): Add aliases for old options. * src/frame.c (syms_of_frame): New variable `use-system-tooltips'. * src/haikufns.c (Fx_show_tip): (syms_of_haikufns): * src/pgtkfns.c (x_hide_tip): (Fx_show_tip): (syms_of_pgtkfns): * src/xfns.c (x_hide_tip): (Fx_show_tip): (syms_of_xfns): Use `use-system-tooltips' instead of the old platform dependent options.
Diffstat (limited to 'doc/emacs/haiku.texi')
-rw-r--r--doc/emacs/haiku.texi10
1 files changed, 5 insertions, 5 deletions
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