From 7af19f540012af4d5d69e90974fcdba9896024e0 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Wed, 14 May 2014 05:07:33 +0900 Subject: [PATCH] fixing a comment. --- elisp/ghc-process.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp/ghc-process.el b/elisp/ghc-process.el index 2d2dffc..8a75509 100644 --- a/elisp/ghc-process.el +++ b/elisp/ghc-process.el @@ -104,7 +104,7 @@ (let ((pro (ghc-with-process cmd 'ghc-process-callback nil hook))) (condition-case nil (while (null ghc-process-rendezvous) - ;; 0.1 is too fast for Emacs 24.4. + ;; 0.01 is too fast for Emacs 24.4. ;; (sit-for 0.1 t) may get stuck when tooltip is displayed. (sit-for 0.1) ;; (discard-input) avoids getting stuck.