changeset 75602:e1ae80eb2fcb

(quail-show-key): Fix an error message.
author Kenichi Handa <handa@m17n.org>
date Fri, 02 Feb 2007 11:43:31 +0000
parents a841ab247b63
children 0d8f3fc60c1c
files lisp/international/quail.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/quail.el	Fri Feb 02 11:28:43 2007 +0000
+++ b/lisp/international/quail.el	Fri Feb 02 11:43:31 2007 +0000
@@ -2773,7 +2773,7 @@
   (or current-input-method
       (error "No input method is activated"))
   (or (assoc current-input-method quail-package-alist)
-      (error "The current input method is not using Quail"))
+      (error "The current input method does not use Quail"))
   (let* ((char (following-char))
 	 (key-list (quail-find-key char)))
     (cond ((consp key-list)