From 402dbbd1ec95527057805a0dfe219389e3a1d7eb Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 13 Feb 2001 20:03:38 +0000 Subject: [PATCH] (set-input-method): Another doc fix. --- lisp/ChangeLog | 4 ++++ lisp/international/mule-cmds.el | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f4e08229246..6d5fd52dc73 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-02-13 Eli Zaretskii + + * international/mule-cmds.el (set-input-method): Another doc fix. + 2001-02-13 David M. Koppelman * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode. diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index f7f10428354..78d940c7ba3 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -1080,6 +1080,10 @@ If INPUT-METHOD is nil, deactivate any current input method." (defun set-input-method (input-method) "Select and activate input method INPUT-METHOD for the current buffer. This also sets the default input method to the one you specify. +If INPUT-METHOD is nil, this function turns off the input method, and +also causes you to be prompted for a name of an input method the next +time you invoke \\[toggle-input-method]. + To deactivate the input method interactively, use \\[toggle-input-method]. To deactivate it programmatically, use \\[inactivate-input-method]." (interactive -- 2.39.2