1
Fork 0
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:
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.")