diff options
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | man/basic.texi | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 479f25e7267..6c27e3b7bb0 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-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 | |||
| 1 | 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org> | 6 | 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 7 | ||
| 3 | * gnus.texi (NNTP): Mention nntp-xref-number-is-evil. | 8 | * gnus.texi (NNTP): Mention nntp-xref-number-is-evil. |
diff --git a/man/basic.texi b/man/basic.texi index 6d19281b089..7c65eba2f01 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 |
| 600 | character. | 601 | character. |
| 601 | 602 | ||
| @@ -623,7 +624,8 @@ terminal, the code(s) sent to the terminal. | |||
| 623 | 624 | ||
| 624 | @item | 625 | @item |
| 625 | The character's text properties (@pxref{Text Properties,,, | 626 | The character's text properties (@pxref{Text Properties,,, |
| 626 | elisp, the Emacs Lisp Reference Manual}), and any overlays containing it | 627 | elisp, the Emacs Lisp Reference Manual}), including any faces usewd to |
| 628 | 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 | ||