comparison lisp/international/mule-cmds.el @ 36074:89518bb0ddaa

(set-input-method): Another doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 13 Feb 2001 20:01:47 +0000
parents 781f426b26c5
children e9191d28ed86
comparison
equal deleted inserted replaced
36073:1e82db65f969 36074:89518bb0ddaa
1078 (force-mode-line-update))))) 1078 (force-mode-line-update)))))
1079 1079
1080 (defun set-input-method (input-method) 1080 (defun set-input-method (input-method)
1081 "Select and activate input method INPUT-METHOD for the current buffer. 1081 "Select and activate input method INPUT-METHOD for the current buffer.
1082 This also sets the default input method to the one you specify. 1082 This also sets the default input method to the one you specify.
1083 If INPUT-METHOD is nil, this function turns off the input method, and
1084 also causes you to be prompted for a name of an input method the next
1085 time you invoke \\[toggle-input-method].
1086
1083 To deactivate the input method interactively, use \\[toggle-input-method]. 1087 To deactivate the input method interactively, use \\[toggle-input-method].
1084 To deactivate it programmatically, use \\[inactivate-input-method]." 1088 To deactivate it programmatically, use \\[inactivate-input-method]."
1085 (interactive 1089 (interactive
1086 (let* ((default (or (car input-method-history) default-input-method))) 1090 (let* ((default (or (car input-method-history) default-input-method)))
1087 (list (read-input-method-name 1091 (list (read-input-method-name