aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2007-08-17 19:27:49 +0000
committerEli Zaretskii2007-08-17 19:27:49 +0000
commit5332117f2c129f678dc35896a33c5c514ced799b (patch)
tree086b22200eba7ea56a5cd1e5c2ae704cd6d869fd
parent88a11b81fe1d29b62c4396bb0943d0cfc1cc035a (diff)
downloademacs-5332117f2c129f678dc35896a33c5c514ced799b.tar.gz
emacs-5332117f2c129f678dc35896a33c5c514ced799b.zip
(Position Info): Add index entry for face at point.
Mention that character faces are also displayed by "C-u C-x =".
-rw-r--r--man/ChangeLog5
-rw-r--r--man/basic.texi4
2 files changed, 8 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 09245ddbee7..911c68e9cbc 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12007-08-17 Eli Zaretskii <eliz@gnu.org>
2
3 * basic.texi (Position Info): Add index entry for face at point.
4 Mention that character faces are also displayed by "C-u C-x =".
5
12007-08-17 Jay Belanger <jay.p.belanger@gmail.com> 62007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
2 7
3 * calc.texi: Move contents to beginning of file. 8 * calc.texi: Move contents to beginning of file.
diff --git a/man/basic.texi b/man/basic.texi
index 6d19281b089..333985e4a4a 100644
--- a/man/basic.texi
+++ b/man/basic.texi
@@ -596,6 +596,7 @@ point=36169 of 36168 (EOB) column=0
596@cindex character set of character at point 596@cindex character set of character at point
597@cindex font of character at point 597@cindex font of character at point
598@cindex text properties at point 598@cindex text properties at point
599@cindex face at point
599 @w{@kbd{C-u C-x =}} displays the following additional information about a 600 @w{@kbd{C-u C-x =}} displays the following additional information about a
600character. 601character.
601 602
@@ -623,7 +624,8 @@ terminal, the code(s) sent to the terminal.
623 624
624@item 625@item
625The character's text properties (@pxref{Text Properties,,, 626The character's text properties (@pxref{Text Properties,,,
626elisp, the Emacs Lisp Reference Manual}), and any overlays containing it 627elisp, the Emacs Lisp Reference Manual}), including any non-default
628faces used to display the character, and any overlays containing it
627(@pxref{Overlays,,, elisp, the same manual}). 629(@pxref{Overlays,,, elisp, the same manual}).
628@end itemize 630@end itemize
629 631