aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2019-09-15 16:38:23 -0700
committerGlenn Morris2019-09-15 16:38:23 -0700
commita625ca5c2675a41c5c0d277def6b8cb4f4c4d6db (patch)
tree80a22e6d963bd93ba62c6df48e26aec7eecbbfa4 /doc
parent211dc01a7bfac81281fa80e45e21157fc0c25b26 (diff)
parent30c4f35a6fc8a6507930923766c3126ac1c2063f (diff)
downloademacs-a625ca5c2675a41c5c0d277def6b8cb4f4c4d6db.tar.gz
emacs-a625ca5c2675a41c5c0d277def6b8cb4f4c4d6db.zip
Merge from origin/emacs-26
30c4f35 (origin/emacs-26) query-replace-regexp undo: Update next-repl... c596be0 Amend the menu caption for page "Display Property" in the Eli... 13b9510 Add description of chinese-sisheng
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/mule.texi4
-rw-r--r--doc/lispref/display.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi
index 6a26667510a..dfd464c827c 100644
--- a/doc/emacs/mule.texi
+++ b/doc/emacs/mule.texi
@@ -497,6 +497,10 @@ one of them selects that alternative. The keys @kbd{C-f}, @kbd{C-b},
497do the highlighting in the buffer showing the possible characters, 497do the highlighting in the buffer showing the possible characters,
498rather than in the echo area. 498rather than in the echo area.
499 499
500 To enter characters according to the @dfn{pīnyīn} transliteration
501method instead, use the @code{chinese-sisheng} input method. This is
502a composition based method, where e.g. @kbd{pi1} results in @samp{pī}.
503
500 In Japanese input methods, first you input a whole word using 504 In Japanese input methods, first you input a whole word using
501phonetic spelling; then, after the word is in the buffer, Emacs 505phonetic spelling; then, after the word is in the buffer, Emacs
502converts it into one or more characters using a large dictionary. One 506converts it into one or more characters using a large dictionary. One
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 428fe9595a6..3c3ee1fc6a4 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -25,7 +25,7 @@ that Emacs presents to the user.
25* Fringes:: Controlling window fringes. 25* Fringes:: Controlling window fringes.
26* Scroll Bars:: Controlling scroll bars. 26* Scroll Bars:: Controlling scroll bars.
27* Window Dividers:: Separating windows visually. 27* Window Dividers:: Separating windows visually.
28* Display Property:: Enabling special display features. 28* Display Property:: Images, margins, text size, etc.
29* Images:: Displaying images in Emacs buffers. 29* Images:: Displaying images in Emacs buffers.
30* Xwidgets:: Displaying native widgets in Emacs buffers. 30* Xwidgets:: Displaying native widgets in Emacs buffers.
31* Buttons:: Adding clickable buttons to Emacs buffers. 31* Buttons:: Adding clickable buttons to Emacs buffers.