# HG changeset patch # User Eli Zaretskii # Date 982003773 0 # Node ID 781f426b26c5e3dc9142458660c5c6c1c53ebffe # Parent 8bc87faaa40f488015a3654aae6eab47b20d5c21 (set-input-method): Doc fix. diff -r 8bc87faaa40f -r 781f426b26c5 lisp/international/mule-cmds.el --- a/lisp/international/mule-cmds.el Mon Feb 12 18:46:02 2001 +0000 +++ b/lisp/international/mule-cmds.el Mon Feb 12 18:49:33 2001 +0000 @@ -1079,7 +1079,9 @@ (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." +This also sets the default input method to the one you specify. +To deactivate the input method interactively, use \\[toggle-input-method]. +To deactivate it programmatically, use \\[inactivate-input-method]." (interactive (let* ((default (or (car input-method-history) default-input-method))) (list (read-input-method-name