[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99700: Improve documentation of "
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99700: Improve documentation of "C-x 8 RET". |
Date: |
Tue, 30 Mar 2010 13:59:26 +0300 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 99700
committer: Eli Zaretskii <address@hidden>
branch nick: emacs-23
timestamp: Tue 2010-03-30 13:59:26 +0300
message:
Improve documentation of "C-x 8 RET".
mule.texi (Input Methods): Mention "C-x 8 RET" and add a
cross-reference to "Inserting Text".
basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
Mention completion provided by `ucs-insert'.
modified:
doc/emacs/ChangeLog
doc/emacs/basic.texi
doc/emacs/mule.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog 2010-03-28 18:44:47 +0000
+++ b/doc/emacs/ChangeLog 2010-03-30 10:59:26 +0000
@@ -1,3 +1,11 @@
+2010-03-30 Eli Zaretskii <address@hidden>
+
+ * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
+ cross-reference to "Inserting Text".
+
+ * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
+ Mention completion provided by `ucs-insert'.
+
2010-03-28 Chong Yidong <address@hidden>
* sending.texi (Sending Mail): Note variables that may need
=== modified file 'doc/emacs/basic.texi'
--- a/doc/emacs/basic.texi 2010-01-13 08:35:10 +0000
+++ b/doc/emacs/basic.texi 2010-03-30 10:59:26 +0000
@@ -100,13 +100,15 @@
character to insert (@pxref{Arguments}).
@findex ucs-insert
address@hidden C-x 8 RET
@cindex Unicode
Instead of @kbd{C-q}, you can use @kbd{C-x 8 @key{RET}}
(@code{ucs-insert}) to insert a character based on its Unicode name or
code-point. This commands prompts for a character to insert, using
the minibuffer; you can specify the character using either (i) the
character's name in the Unicode standard, or (ii) the character's
-code-point in the Unicode standard.
+code-point in the Unicode standard. If you specify the character's
+name, the command provides completion.
@node Moving Point
@section Changing the Location of Point
=== modified file 'doc/emacs/mule.texi'
--- a/doc/emacs/mule.texi 2010-03-28 03:41:34 +0000
+++ b/doc/emacs/mule.texi 2010-03-30 10:59:26 +0000
@@ -533,6 +533,11 @@
possible characters to type next is displayed in the echo area (but
not when you are in the minibuffer).
+ Another facility for typing characters not on your keyboard is by
+using the @kbd{C-x 8 @key{RET}} (@code{ucs-insert}) to insert a single
+character based on its Unicode name or code-point; see @ref{Inserting
+Text}.
+
@node Select Input Method
@section Selecting an Input Method
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99700: Improve documentation of "C-x 8 RET".,
Eli Zaretskii <=