1
0
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:
Richard M. Stallman 1998-10-17 15:25:27 +00:00
parent 2a44b43819
commit 83a03f4d38

View File

@ -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.")