changeset 82432:dc09c3d8a304

(Position Info): Add index entry for face at point. Mention that character faces are also displayed by "C-u C-x =".
author Eli Zaretskii <eliz@gnu.org>
date Fri, 17 Aug 2007 19:27:23 +0000
parents 36aa5fc31532
children 4e36d5b6841f
files man/basic.texi
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/man/basic.texi	Fri Aug 17 18:57:47 2007 +0000
+++ b/man/basic.texi	Fri Aug 17 19:27:23 2007 +0000
@@ -596,6 +596,7 @@
 @cindex character set of character at point
 @cindex font of character at point
 @cindex text properties at point
+@cindex face at point
   @w{@kbd{C-u C-x =}} displays the following additional information about a
 character.
 
@@ -623,7 +624,8 @@
 
 @item
 The character's text properties (@pxref{Text Properties,,,
-elisp, the Emacs Lisp Reference Manual}), and any overlays containing it
+elisp, the Emacs Lisp Reference Manual}), including any non-default
+faces used to display the character, and any overlays containing it
 (@pxref{Overlays,,, elisp, the same manual}).
 @end itemize