1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(ucs-input-help): Fix title of ucs input method.

This commit is contained in:
Juanma Barranquero 2006-12-09 19:20:45 +00:00
parent 5634908683
commit e4208ff7b5
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -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.")))