aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-24 05:34:02 +0000
committerRichard M. Stallman1997-07-24 05:34:02 +0000
commit0d5bc74e094119cf596ad1a5e42dc82a46b29b8c (patch)
treed9dea7ecf734ef2cccfe389fda6275d4bff8105d
parent1ea0c057d38279190023c5584f12bb42989e3e28 (diff)
downloademacs-0d5bc74e094119cf596ad1a5e42dc82a46b29b8c.tar.gz
emacs-0d5bc74e094119cf596ad1a5e42dc82a46b29b8c.zip
(read-input-method-name): Fix error msg.
-rw-r--r--lisp/international/mule-cmds.el2
1 files changed, 1 insertions, 1 deletions
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."
415 (if (> (length input-method) 0) 415 (if (> (length input-method) 0)
416 input-method 416 input-method
417 (if inhibit-null 417 (if inhibit-null
418 (error "The specified input method is not avairable"))))) 418 (error "The specified input method is not available")))))
419 419
420;; Actvate INPUT-METHOD. 420;; Actvate INPUT-METHOD.
421(defun activate-input-method (input-method) 421(defun activate-input-method (input-method)