Mercurial > emacs
changeset 36051:781f426b26c5
(set-input-method): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 12 Feb 2001 18:49:33 +0000 |
parents | 8bc87faaa40f |
children | e36e7d1baf18 |
files | lisp/international/mule-cmds.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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