aboutsummaryrefslogtreecommitdiffstats
path: root/doc/emacs/frames.texi
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2011-10-17 21:42:28 -0400
committerChong Yidong <[email protected]>2011-10-17 21:42:28 -0400
commitd366bd532dcd13baa89962e9ab7443cb4dd76772 (patch)
tree2fc24b1765222230cd2c3ad796a981002d011deb /doc/emacs/frames.texi
parentaa22bff2be02d0b3f1264276afc04e47d53cd421 (diff)
Edits to Display chapter of Emacs manual.
* doc/emacs/display.texi (Faces): Simplify discussion. Move documentation of list-faces-display here, from Standard Faces node. Note special role of `default' background. (Standard Faces): Note special role of `default' background. Note that region face may be taken fom GTK. Add xref to Text Display. (Text Scale): Rename from "Temporary Face Changes". Callers changed. Don't bother documenting variable-pitch-mode. (Font Lock): Copyedits. Remove font-lock-maximum-size. (Useless Whitespace): Simplify description of delete-trailing-whitespace. Note active region case. (Text Display): Fix description of escape-glyph face assignment. Remove unibye mode discussion. Update some parts for Unicode. Move glyphless chars documentation to Lisp manual. * doc/emacs/frames.texi (Tooltips): Document x-gtk-use-system-tooltips. * doc/lispref/display.texi (Glyphless Chars): New node.
Diffstat (limited to 'doc/emacs/frames.texi')
-rw-r--r--doc/emacs/frames.texi9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index 14fdb3121a..4c239d364f 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -299,7 +299,7 @@ you can access them without having to display the menu bar.
@item S-Mouse-1
This menu is for changing the default face within the window's buffer.
-@xref{Temporary Face Changes}.
+@xref{Text Scale}.
@end table
@node Mode Line Mouse
@@ -1185,6 +1185,13 @@ 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.
+@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, the @code{tooltip}
+face specifies most attributes of the tooltip text.
+
@node Mouse Avoidance
@section Mouse Avoidance
@cindex avoiding mouse in the way of your typing