mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-13 16:38:14 +00:00
(default-input-method): Fix custom type.
This commit is contained in:
parent
2a44b43819
commit
83a03f4d38
@ -735,7 +735,7 @@ If nil, that means no input method is activated now.")
|
||||
This is the input method activated automatically by the command
|
||||
`toggle-input-method' (\\[toggle-input-method])."
|
||||
:group 'mule
|
||||
:type 'string)
|
||||
:type '(choice (const nil) string))
|
||||
|
||||
(defvar input-method-history nil
|
||||
"History list for some commands that read input methods.")
|
||||
|
Loading…
Reference in New Issue
Block a user