emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/commands.texi,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lispref/commands.texi,v
Date: Thu, 27 Jul 2006 23:20:52 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/07/27 23:20:52

Index: commands.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/commands.texi,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -b -r1.89 -r1.90
--- commands.texi       26 Jul 2006 18:18:54 -0000      1.89
+++ commands.texi       27 Jul 2006 23:20:52 -0000      1.90
@@ -2220,13 +2220,13 @@
 moves the cursor temporarily to the echo area, to the end of any message
 displayed there.  Otherwise @code{read-event} does not move the cursor.
 
-If @code{seconds} is address@hidden, it should be a number specifying
+If @var{seconds} is address@hidden, it should be a number specifying
 the maximum time to wait for input, in seconds.  If no input arrives
 within that time, @code{read-event} stops waiting and returns
address@hidden  A floating-point value for @code{seconds} means to wait
address@hidden  A floating-point value for @var{seconds} means to wait
 for a fractional number of seconds.  Some systems support only a whole
-number of seconds; on these systems, @code{seconds} is rounded down.
-If @code{seconds} is @code{nil}, @code{read-event} waits as long as
+number of seconds; on these systems, @var{seconds} is rounded down.
+If @var{seconds} is @code{nil}, @code{read-event} waits as long as
 necessary for input to arrive.
 
 If @code{read-event} gets an event that is defined as a help character,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]