diff options
| -rw-r--r-- | lisp/international/mule-cmds.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 6a1b7f8b0e8..09726a2c5ae 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 available"))))) | 418 | (error "No valid input method is specified"))))) |
| 419 | 419 | ||
| 420 | ;; Actvate INPUT-METHOD. | 420 | ;; Actvate INPUT-METHOD. |
| 421 | (defun activate-input-method (input-method) | 421 | (defun activate-input-method (input-method) |