diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-12-09 19:20:45 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-12-09 19:20:45 +0000 |
commit | e4208ff7b5e18687dcaafeb4b6bb173a28cfbfbe (patch) | |
tree | 240337053b0041a6c3ee2a2407fb06d816bbb64f /leim | |
parent | 56349086832671e78d10f3b52fd15180c2c7f5ff (diff) | |
download | emacs-e4208ff7b5e18687dcaafeb4b6bb173a28cfbfbe.tar.gz |
(ucs-input-help): Fix title of ucs input method.
Diffstat (limited to 'leim')
-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 @@ +2006-12-09 Juanma Barranquero <lekktu@gmail.com> + + * quail/latin-alt.el ("scandinavian-alt-postfix"): Fix typo. + + * quail/uni-input.el (ucs-input-help): Fix title of ucs input method. + 2006-12-09 Eli Zaretskii <eliz@gnu.org> * 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 (interactive) (with-output-to-temp-buffer "*Help*" (princ "\ -Input method: ucs (mode line indicator:U) +Input method: ucs (mode line indicator:U+) Input as Unicode: U<hex> or u<hex>, where <hex> is a four-digit hex number."))) |