]> git.eshelyaron.com Git - emacs.git/commitdiff
(Finput_pending_p): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 30 Oct 2001 18:34:21 +0000 (18:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 30 Oct 2001 18:34:21 +0000 (18:34 +0000)
src/keyboard.c

index 5f94a2815362d029bda84e530c779686d3135f22..3e80849c03cdf6486c66641df50cb928f4cd962a 100644 (file)
@@ -9489,8 +9489,9 @@ requeued_events_pending_p ()
 
 
 DEFUN ("input-pending-p", Finput_pending_p, Sinput_pending_p, 0, 0, 0,
-       doc: /* t if command input is currently available with no waiting.
-Actually, the value is nil only if we can be sure that no input is available.  */)
+       doc: /* Return t if command input is currently available with no wait.
+Actually, the value is nil only if we can be sure that no input is available;
+if there is a doubt, the value is t.  */)
      ()
 {
   if (!NILP (Vunread_command_events) || unread_command_char != -1)