]> git.eshelyaron.com Git - emacs.git/commitdiff
(read-input-method-name): Show more appropriate error message.
authorKenichi Handa <handa@m17n.org>
Fri, 25 Jul 1997 08:06:19 +0000 (08:06 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 25 Jul 1997 08:06:19 +0000 (08:06 +0000)
lisp/international/mule-cmds.el

index 6a1b7f8b0e88f82ca70e219b05801acc6699920d..09726a2c5ae682fadc062979949d5dbfe6015350 100644 (file)
@@ -415,7 +415,7 @@ If INHIBIT-NULL is non-nil, null input signals an error."
     (if (> (length input-method) 0)
        input-method
       (if inhibit-null
-         (error "The specified input method is not available")))))
+         (error "No valid input method is specified")))))
 
 ;; Actvate INPUT-METHOD.
 (defun activate-input-method (input-method)