# HG changeset patch # User Pavel Jank # Date 1003144188 0 # Node ID 5b721ecd0f397ca3f959114831250f2acfbec431 # Parent 3a1666ed16b82b7139b8848b1f7dae2216939808 (Fsleep_for): Fix typo in a doc string. diff -r 3a1666ed16b8 -r 5b721ecd0f39 src/dispnew.c --- a/src/dispnew.c Mon Oct 15 10:44:09 2001 +0000 +++ b/src/dispnew.c Mon Oct 15 11:09:48 2001 +0000 @@ -6128,7 +6128,7 @@ 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; {