diff options
| author | Kenichi Handa <handa@m17n.org> | 2005-03-29 02:17:55 +0000 |
|---|---|---|
| committer | Kenichi Handa <handa@m17n.org> | 2005-03-29 02:17:55 +0000 |
| commit | ca1768db82767cec7d78a71db41c471e75ecc5f4 (patch) | |
| tree | 8ad53853518bd387c80ff6597bef921e2c1a949a | |
| parent | 27a132c3ac27a486c279d4b89e4ea179c4407749 (diff) | |
| download | emacs-ca1768db82767cec7d78a71db41c471e75ecc5f4.tar.gz | |
(Input Methods): Refer to the command C-u C-x =.
| -rw-r--r-- | man/ChangeLog | 7 | ||||
| -rw-r--r-- | man/mule.texi | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 1a8df1c2643..716ae971e7c 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,10 @@ +2005-03-29 Kenichi Handa <handa@m17n.org> + + * mule.texi (Input Methods): Refer to the command C-u C-x =. + + * basic.texi (Position Info): Update the description about the + command C-u C-x =. + 2005-03-28 Richard M. Stallman <rms@gnu.org> * emacs.texi (Top): Use @section for the detailed node listing. diff --git a/man/mule.texi b/man/mule.texi index 8e31afe488f..244a19129e1 100644 --- a/man/mule.texi +++ b/man/mule.texi @@ -428,6 +428,9 @@ is the command @kbd{C-\} (@code{toggle-input-method}) used twice. because it stops waiting for more characters to combine, and starts searching for what you have already entered. + You can see how to input the character at point by the current input +using the command @kbd{C-u C-x =}. @xref{Position Info}. + @vindex input-method-verbose-flag @vindex input-method-highlight-flag The variables @code{input-method-highlight-flag} and |
