diff options
| author | Kenichi Handa | 2010-03-30 21:49:50 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-03-30 21:49:50 +0900 |
| commit | 660674c1e990ef5eae856bace2e63b0442c63aeb (patch) | |
| tree | ec82dbbee4ad2d1304cd8f1bc46575adf0daef83 | |
| parent | 42763dda64f1bf29678dd66b9aaadffb7014ea38 (diff) | |
| parent | ce79424fc800cfa7e31a7c655596b6f0c4f663eb (diff) | |
| download | emacs-660674c1e990ef5eae856bace2e63b0442c63aeb.tar.gz emacs-660674c1e990ef5eae856bace2e63b0442c63aeb.zip | |
merge trunk
| -rw-r--r-- | doc/emacs/ChangeLog | 8 | ||||
| -rw-r--r-- | doc/emacs/basic.texi | 4 | ||||
| -rw-r--r-- | doc/emacs/mule.texi | 5 |
3 files changed, 16 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 8c580649f88..0ffd413c1f0 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-03-30 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * mule.texi (Input Methods): Mention "C-x 8 RET" and add a | ||
| 4 | cross-reference to "Inserting Text". | ||
| 5 | |||
| 6 | * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET". | ||
| 7 | Mention completion provided by `ucs-insert'. | ||
| 8 | |||
| 1 | 2010-03-28 Chong Yidong <cyd@stupidchicken.com> | 9 | 2010-03-28 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 10 | ||
| 3 | * sending.texi (Sending Mail): Note variables that may need | 11 | * sending.texi (Sending Mail): Note variables that may need |
diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi index 7a917e58a56..ae04ebf9c41 100644 --- a/doc/emacs/basic.texi +++ b/doc/emacs/basic.texi | |||
| @@ -100,13 +100,15 @@ character code, just like digits. | |||
| 100 | character to insert (@pxref{Arguments}). | 100 | character to insert (@pxref{Arguments}). |
| 101 | 101 | ||
| 102 | @findex ucs-insert | 102 | @findex ucs-insert |
| 103 | @kindex C-x 8 RET | ||
| 103 | @cindex Unicode | 104 | @cindex Unicode |
| 104 | Instead of @kbd{C-q}, you can use @kbd{C-x 8 @key{RET}} | 105 | Instead of @kbd{C-q}, you can use @kbd{C-x 8 @key{RET}} |
| 105 | (@code{ucs-insert}) to insert a character based on its Unicode name or | 106 | (@code{ucs-insert}) to insert a character based on its Unicode name or |
| 106 | code-point. This commands prompts for a character to insert, using | 107 | code-point. This commands prompts for a character to insert, using |
| 107 | the minibuffer; you can specify the character using either (i) the | 108 | the minibuffer; you can specify the character using either (i) the |
| 108 | character's name in the Unicode standard, or (ii) the character's | 109 | character's name in the Unicode standard, or (ii) the character's |
| 109 | code-point in the Unicode standard. | 110 | code-point in the Unicode standard. If you specify the character's |
| 111 | name, the command provides completion. | ||
| 110 | 112 | ||
| 111 | @node Moving Point | 113 | @node Moving Point |
| 112 | @section Changing the Location of Point | 114 | @section Changing the Location of Point |
diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi index c00511b4dce..1104b2aa817 100644 --- a/doc/emacs/mule.texi +++ b/doc/emacs/mule.texi | |||
| @@ -533,6 +533,11 @@ most input methods---some disable this feature). If | |||
| 533 | possible characters to type next is displayed in the echo area (but | 533 | possible characters to type next is displayed in the echo area (but |
| 534 | not when you are in the minibuffer). | 534 | not when you are in the minibuffer). |
| 535 | 535 | ||
| 536 | Another facility for typing characters not on your keyboard is by | ||
| 537 | using the @kbd{C-x 8 @key{RET}} (@code{ucs-insert}) to insert a single | ||
| 538 | character based on its Unicode name or code-point; see @ref{Inserting | ||
| 539 | Text}. | ||
| 540 | |||
| 536 | @node Select Input Method | 541 | @node Select Input Method |
| 537 | @section Selecting an Input Method | 542 | @section Selecting an Input Method |
| 538 | 543 | ||