(Position Info): Add index entry for face at point.

Mention that character faces are also displayed by "C-u C-x =".
This commit is contained in:
Eli Zaretskii 2007-08-17 19:27:49 +00:00
parent 88a11b81fe
commit 5332117f2c
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-08-17 Eli Zaretskii <eliz@gnu.org>
* basic.texi (Position Info): Add index entry for face at point.
Mention that character faces are also displayed by "C-u C-x =".
2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi: Move contents to beginning of file.

View file

@ -596,6 +596,7 @@ point=36169 of 36168 (EOB) column=0
@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 @@ terminal, the code(s) sent to the terminal.
@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