From bc0903d78c41102ea7043572e1a38f30410f9937 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 26 Jan 2016 23:24:27 -0800 Subject: [PATCH] C-u C-x = example doc fix * doc/emacs/mule.texi (International Chars): Adjust example to match current behavior of C-u C-x =. --- doc/emacs/mule.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi index 40206d902b9..a0b1d626a7b 100644 --- a/doc/emacs/mule.texi +++ b/doc/emacs/mule.texi @@ -225,11 +225,12 @@ code point in charset: 0xEA syntax: w which means: word category: .:Base, L:Left-to-right (strong), c:Chinese, j:Japanese, l:Latin, v:Viet - to input: type "C-x 8 RET HEX-CODEPOINT" or "C-x 8 RET NAME" + to input: type "C-x 8 RET ea" or + "C-x 8 RET LATIN SMALL LETTER E WITH CIRCUMFLEX" buffer code: #xC3 #xAA file code: #xC3 #xAA (encoded by coding system utf-8-unix) display: by this font (glyph code) - xft:-unknown-DejaVu Sans Mono-normal-normal- + xft:-PfEd-DejaVu Sans Mono-normal-normal- normal-*-15-*-*-*-m-0-iso10646-1 (#xAC) Character code properties: customize what to show -- 2.39.5