changeset 19917:834c629f9220

(select-input-method): No error if enable-multibyte-characters is nil. (input-method-verbose-flag): Doc-string fixed.
author Richard M. Stallman <rms@gnu.org>
date Sat, 13 Sep 1997 09:38:27 +0000
parents f43513081277
children 7b1e019be521
files lisp/international/mule-cmds.el
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el	Sat Sep 13 08:44:55 1997 +0000
+++ b/lisp/international/mule-cmds.el	Sat Sep 13 09:38:27 1997 +0000
@@ -495,8 +495,6 @@
 and turn it on for the current buffer."
   (interactive
    (let* ((default (or (car input-method-history) default-input-method)))
-     (if (not enable-multibyte-characters)
-	 (error "Can't activate an input method while multibyte characters are disabled"))
      (list (read-input-method-name
 	    (if default "Select input method (default %s): " "Select input method: ")
 	    default t))))
@@ -575,12 +573,14 @@
 (defcustom input-method-verbose-flag t
   "*If this flag is non-nil, input methods give extra guidance.
 
-The extra guidance is done by showing list of avairable keys in echo
+The extra guidance is done by showing list of available keys in echo
 area.
 
-If an input method is turned on in the minibuffer, the guidance is
-shown at the bottom short window (by splitting the existing one) only
-for such complex input methods as `chinese-py' and `japanese'."
+For complex input methods such as `chinese-py' and `japanese',
+when you use the input method in the minibuffer, the guidance is
+shown at the bottom short window (split from the existing window).
+For simple input methods, guidance is not shown
+when you are in the minibuffer."
   :type 'boolean
   :group 'mule)