From: Richard M. Stallman Date: Tue, 30 Oct 2001 18:34:21 +0000 (+0000) Subject: (Finput_pending_p): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~18987 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a064684d0184a06423a17de454f9d0f7e5c90617;p=emacs.git (Finput_pending_p): Doc fix. --- diff --git a/src/keyboard.c b/src/keyboard.c index 5f94a281536..3e80849c03c 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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)