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:
parent
5634908683
commit
e4208ff7b5
@ -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.
|
||||
|
@ -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.")))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user