From 0d5bc74e094119cf596ad1a5e42dc82a46b29b8c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 24 Jul 1997 05:34:02 +0000 Subject: [PATCH] (read-input-method-name): Fix error msg. --- lisp/international/mule-cmds.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5