From d366bd532dcd13baa89962e9ab7443cb4dd76772 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Mon, 17 Oct 2011 21:42:28 -0400 Subject: 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. --- doc/emacs/basic.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/emacs/basic.texi') diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi index e4e7dadd548..714e03720bc 100644 --- a/doc/emacs/basic.texi +++ b/doc/emacs/basic.texi @@ -109,7 +109,7 @@ command provides completion (@pxref{Completion}). If you enter a code-point, it should be a hexadecimal number (which is the convention for Unicode). The command then inserts the corresponding character into the buffer. For example, both of the following insert the -infinity sign (Unicode code-point @code{#x221E}): +infinity sign (Unicode code-point @code{U+221E}): @example @kbd{C-x 8 @key{RET} infinity @key{RET}} -- cgit v1.2.1