diff lisp/mule/mule-cmds.el @ 367:a4f53d9b3154 r21-1-13

Import from CVS: tag r21-1-13
author cvs
date Mon, 13 Aug 2007 11:01:07 +0200
parents 7347b34c275b
children
line wrap: on
line diff
--- a/lisp/mule/mule-cmds.el	Mon Aug 13 11:00:13 2007 +0200
+++ b/lisp/mule/mule-cmds.el	Mon Aug 13 11:01:07 2007 +0200
@@ -551,7 +551,7 @@
   "Normal hook run just after an input method insert some chunk of text.")
 
 (defvar input-method-exit-on-invalid-key nil
-  "This flag controls the behaviour of an input method on invalid key input.
+  "This flag controls the behavior of an input method on invalid key input.
 Usually, when a user types a key which doesn't start any character
 handled by the input method, the key is handled by turning off the
 input method temporalily.  After the key is handled, the input method is 
@@ -613,7 +613,7 @@
   (interactive
    (list (read-language-name
 	  'documentation
-	  "Describe language environment (default, current choise): ")))
+	  "Describe language environment (default, current choice): ")))
   (if (null language-name)
       (setq language-name current-language-environment))
   (if (or (null language-name)