From: Richard M. Stallman Date: Thu, 24 Jul 1997 05:34:02 +0000 (+0000) Subject: (read-input-method-name): Fix error msg. X-Git-Tag: emacs-20.1~1013 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0d5bc74e094119cf596ad1a5e42dc82a46b29b8c;p=emacs.git (read-input-method-name): Fix error msg. --- diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 2dfc71ab0d4..84616fa2717 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -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 avairable"))))) + (error "The specified input method is not available"))))) ;; Actvate INPUT-METHOD. (defun activate-input-method (input-method)