# HG changeset patch # User Kenichi Handa # Date 1170416611 0 # Node ID e1ae80eb2fcb871baacdaa7557cb955bc9fb40a2 # Parent a841ab247b63510744cf636b73e7fdbf1e185431 (quail-show-key): Fix an error message. diff -r a841ab247b63 -r e1ae80eb2fcb lisp/international/quail.el --- 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)