diff options
author | Chong Yidong <cyd@gnu.org> | 2011-10-17 21:42:28 -0400 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2011-10-17 21:42:28 -0400 |
commit | d366bd532dcd13baa89962e9ab7443cb4dd76772 (patch) | |
tree | 2fc24b1765222230cd2c3ad796a981002d011deb /doc/emacs/emacs.texi | |
parent | aa22bff2be02d0b3f1264276afc04e47d53cd421 (diff) | |
download | emacs-d366bd532dcd13baa89962e9ab7443cb4dd76772.tar.gz |
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/emacs.texi')
-rw-r--r-- | doc/emacs/emacs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index 8a15c783fc0..44f1aed134e 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi @@ -350,7 +350,7 @@ Controlling the Display * Follow Mode:: Follow mode lets two windows scroll as one. * Faces:: How to change the display style using faces. * Standard Faces:: Emacs' predefined faces. -* Temporary Face Changes:: Commands to temporarily modify the default text face +* Text Scale:: Increasing or decreasing text size in a buffer. * Font Lock:: Minor mode for syntactic highlighting using faces. * Highlight Interactively:: Tell Emacs what text to highlight. * Fringes:: Enabling or disabling window fringes. |