mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-14 09:39:42 +00:00
(Fsleep_for): Fix typo in a doc string.
This commit is contained in:
parent
50e88778af
commit
288148a124
@ -1,3 +1,7 @@
|
||||
2001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* dispnew.c (Fsleep_for): Fix typo in a doc string.
|
||||
|
||||
2001-10-15 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* xterm.c (x_draw_glyph_string): Restore clipping after
|
||||
|
@ -6128,7 +6128,7 @@ SECONDS may be a floating-point value, meaning that you can wait for a
|
||||
fraction of a second. Optional second arg MILLISECONDS specifies an
|
||||
additional wait period, in milliseconds; this may be useful if your
|
||||
Emacs was built without floating point support.
|
||||
\(Not all operating systems support waiting for a fraction of a second. */
|
||||
\(Not all operating systems support waiting for a fraction of a second.) */
|
||||
(seconds, milliseconds))
|
||||
Lisp_Object seconds, milliseconds;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user