1
0
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:
Pavel Janík 2001-10-15 11:10:13 +00:00
parent 50e88778af
commit 288148a124
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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;
{