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 34fff500454..7c71193f5f3 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el | |||
| @@ -735,7 +735,7 @@ If nil, that means no input method is activated now.") | |||
| 735 | This is the input method activated automatically by the command | 735 | This is the input method activated automatically by the command |
| 736 | `toggle-input-method' (\\[toggle-input-method])." | 736 | `toggle-input-method' (\\[toggle-input-method])." |
| 737 | :group 'mule | 737 | :group 'mule |
| 738 | :type 'string) | 738 | :type '(choice (const nil) string)) |
| 739 | 739 | ||
| 740 | (defvar input-method-history nil | 740 | (defvar input-method-history nil |
| 741 | "History list for some commands that read input methods.") | 741 | "History list for some commands that read input methods.") |