From 7923e3c2806fbf2490817da61d62947d4370972a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 16 May 2002 03:41:38 +0000 Subject: [PATCH] (Position Info): Add an index entry for font at point. --- man/basic.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man/basic.texi b/man/basic.texi index a72604b0d4a..50a8a0ad92c 100644 --- a/man/basic.texi +++ b/man/basic.texi @@ -657,6 +657,7 @@ point=26957 of 26956(100%) column 0 @end smallexample @cindex character set of character at point +@cindex font of character at point @cindex text properties at point @w{@kbd{C-u C-x =}} displays additional information about a character, including the character set name and the codes that @@ -664,7 +665,8 @@ identify the character within that character set; ASCII characters are identified as belonging to the @code{ascii} character set. It also shows the character's syntax, categories, and encodings both internally in the buffer and externally if you save the file. It also -shows the character's text properties, if any. +shows the character's text properties, if any, and the font used to +display it. Here's an example showing the Latin-1 character A with grave accent, in a buffer whose coding system is @code{iso-2022-7bit}, whose -- 2.39.5