comparison leim/quail/uni-input.el @ 74538:dc4eb942b3a5

(ucs-input-help): Fix title of ucs input method.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 09 Dec 2006 19:20:23 +0000
parents cc89b0870fa8
children 6ee41fdd69ff
comparison
equal deleted inserted replaced
74537:877c366205b0 74538:dc4eb942b3a5
147 147
148 (defun ucs-input-help () 148 (defun ucs-input-help ()
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
156 ;; The file ../leim-ext.el contains the following call. 156 ;; The file ../leim-ext.el contains the following call.
157 ;; (register-input-method "ucs" "UTF-8" 'ucs-input-activate "U+" 157 ;; (register-input-method "ucs" "UTF-8" 'ucs-input-activate "U+"