changeset 18933:817d02b8b126

(read-input-method-name): Fix error msg.
author Richard M. Stallman <rms@gnu.org>
date Thu, 24 Jul 1997 05:34:02 +0000
parents aff82880eaf1
children d1137584b5d6
files lisp/international/mule-cmds.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el	Thu Jul 24 04:28:05 1997 +0000
+++ b/lisp/international/mule-cmds.el	Thu Jul 24 05:34:02 1997 +0000
@@ -415,7 +415,7 @@
     (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)