aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-06-26 22:38:34 +0000
committerRichard M. Stallman2002-06-26 22:38:34 +0000
commit6cf1bebcc002311c5f5823017fe3f966fdb56c0e (patch)
tree2dd52b24000c8d9f5db3bd3b190d77332fc3e6c7
parent0a5ec0fec0e9d71657bd52d4712a1cc9a505693b (diff)
downloademacs-6cf1bebcc002311c5f5823017fe3f966fdb56c0e.tar.gz
emacs-6cf1bebcc002311c5f5823017fe3f966fdb56c0e.zip
Update info on C-u C-x =.
-rw-r--r--man/basic.texi14
1 files changed, 8 insertions, 6 deletions
diff --git a/man/basic.texi b/man/basic.texi
index 52f7dfd4ca3..f7eb39d31de 100644
--- a/man/basic.texi
+++ b/man/basic.texi
@@ -605,9 +605,10 @@ current page.
605 605
606@kindex C-x = 606@kindex C-x =
607@findex what-cursor-position 607@findex what-cursor-position
608 The command @kbd{C-x =} (@code{what-cursor-position}) can be used to find out 608 The command @kbd{C-x =} (@code{what-cursor-position}) shows what
609the column that the cursor is in, and other miscellaneous information about 609column the cursor is in, and other miscellaneous information about
610point. It displays a line in the echo area that looks like this: 610point and the character after it. It displays a line in the echo area
611that looks like this:
611 612
612@smallexample 613@smallexample
613Char: c (0143, 99, 0x63) point=21044 of 26883(78%) column 53 614Char: c (0143, 99, 0x63) point=21044 of 26883(78%) column 53
@@ -665,8 +666,9 @@ identify the character within that character set; ASCII characters are
665identified as belonging to the @code{ascii} character set. It also 666identified as belonging to the @code{ascii} character set. It also
666shows the character's syntax, categories, and encodings both 667shows the character's syntax, categories, and encodings both
667internally in the buffer and externally if you save the file. It also 668internally in the buffer and externally if you save the file. It also
668shows the character's text properties, if any, and the font used to 669shows the character's text properties (@pxref{Text Properties,,,
669display it. 670elisp, the Emacs Lisp Reference Manual}), and any overlays containing it
671(@pxref{Overlays,,, elisp, the same manual}).
670 672
671 Here's an example showing the Latin-1 character A with grave accent, 673 Here's an example showing the Latin-1 character A with grave accent,
672in a buffer whose coding system is @code{iso-2022-7bit}, whose 674in a buffer whose coding system is @code{iso-2022-7bit}, whose
@@ -686,7 +688,7 @@ displays the character as @samp{@`A}), and which has font-lock-mode
686terminal code: C0 688terminal code: C0
687 689
688Text properties 690Text properties
689 face: font-lock-variable-name-face 691 font-lock-face: font-lock-variable-name-face
690 fontified: t 692 fontified: t
691@end smallexample 693@end smallexample
692 694