mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 00:10:48 -08:00
(default-input-method): Fix custom type.
This commit is contained in:
parent
2a44b43819
commit
83a03f4d38
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue