aboutsummaryrefslogtreecommitdiffstats
path: root/man/basic.texi
diff options
context:
space:
mode:
authorMiles Bader2007-08-21 04:55:30 +0000
committerMiles Bader2007-08-21 04:55:30 +0000
commit1fb072d1dff954c21d4805196df62c8eeead301c (patch)
treeda374db1a51e2a355b46f26a1c99e1ac5db5dca4 /man/basic.texi
parentaaf34461ff5804e5cebe163b31e535da72e81d87 (diff)
parentbdaf8a62d53cf8d5a0dc4f0dc530ecd6fc1f44fe (diff)
downloademacs-1fb072d1dff954c21d4805196df62c8eeead301c.tar.gz
emacs-1fb072d1dff954c21d4805196df62c8eeead301c.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 852-856) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 93-96) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 245) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-32
Diffstat (limited to 'man/basic.texi')
-rw-r--r--man/basic.texi4
1 files changed, 3 insertions, 1 deletions
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