diff options
| author | Juanma Barranquero | 2006-12-09 19:20:45 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-12-09 19:20:45 +0000 |
| commit | e4208ff7b5e18687dcaafeb4b6bb173a28cfbfbe (patch) | |
| tree | 240337053b0041a6c3ee2a2407fb06d816bbb64f | |
| parent | 56349086832671e78d10f3b52fd15180c2c7f5ff (diff) | |
| download | emacs-e4208ff7b5e18687dcaafeb4b6bb173a28cfbfbe.tar.gz emacs-e4208ff7b5e18687dcaafeb4b6bb173a28cfbfbe.zip | |
(ucs-input-help): Fix title of ucs input method.
| -rw-r--r-- | leim/ChangeLog | 6 | ||||
| -rw-r--r-- | leim/quail/uni-input.el | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index 6140073f257..c7df3d6cbf9 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2006-12-09 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * quail/latin-alt.el ("scandinavian-alt-postfix"): Fix typo. | ||
| 4 | |||
| 5 | * quail/uni-input.el (ucs-input-help): Fix title of ucs input method. | ||
| 6 | |||
| 1 | 2006-12-09 Eli Zaretskii <eliz@gnu.org> | 7 | 2006-12-09 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * makefile.w32-in (leim-list.el): Depend on leim-ext.el as well. | 9 | * makefile.w32-in (leim-list.el): Depend on leim-ext.el as well. |
diff --git a/leim/quail/uni-input.el b/leim/quail/uni-input.el index 851b4fdf223..cbe08f3a7f6 100644 --- a/leim/quail/uni-input.el +++ b/leim/quail/uni-input.el | |||
| @@ -149,7 +149,7 @@ While this input method is active, the variable | |||
| 149 | (interactive) | 149 | (interactive) |
| 150 | (with-output-to-temp-buffer "*Help*" | 150 | (with-output-to-temp-buffer "*Help*" |
| 151 | (princ "\ | 151 | (princ "\ |
| 152 | Input method: ucs (mode line indicator:U) | 152 | Input method: ucs (mode line indicator:U+) |
| 153 | 153 | ||
| 154 | Input as Unicode: U<hex> or u<hex>, where <hex> is a four-digit hex number."))) | 154 | Input as Unicode: U<hex> or u<hex>, where <hex> is a four-digit hex number."))) |
| 155 | 155 | ||