changeset 40522:dcd6a276da0d

(Finput_pending_p): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 30 Oct 2001 18:34:21 +0000
parents 549e09fb7907
children 198cafe77e0f
files src/keyboard.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Tue Oct 30 18:30:19 2001 +0000
+++ b/src/keyboard.c	Tue Oct 30 18:34:21 2001 +0000
@@ -9489,8 +9489,9 @@
 
 
 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)