aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--leim/ChangeLog6
-rw-r--r--leim/quail/uni-input.el2
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 @@
12006-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
12006-12-09 Eli Zaretskii <eliz@gnu.org> 72006-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 "\
152Input method: ucs (mode line indicator:U) 152Input method: ucs (mode line indicator:U+)
153 153
154Input as Unicode: U<hex> or u<hex>, where <hex> is a four-digit hex number."))) 154Input as Unicode: U<hex> or u<hex>, where <hex> is a four-digit hex number.")))
155 155