From: Pavel Janík Date: Thu, 31 Jan 2002 06:57:08 +0000 (+0000) Subject: Fix typo. X-Git-Tag: ttn-vms-21-2-B4~16918 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f95c4fe5fafb503c73c6bad52e754e36159fe74b;p=emacs.git Fix typo. --- diff --git a/src/keyboard.c b/src/keyboard.c index 7b36685172a..39a4cf93f28 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -9144,7 +9144,7 @@ will read just one key sequence. */) ! NILP (can_return_switch_frame), 0); #if 0 /* The following is fine for code reading a key sequence and - then proceeding with a lenghty compuation, but it's not good + then proceeding with a lenghty computation, but it's not good for code reading keys in a loop, like an input method. */ #ifdef HAVE_X_WINDOWS if (display_hourglass_p)