Mercurial > emacs
changeset 39954:5b721ecd0f39
(Fsleep_for): Fix typo in a doc string.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Mon, 15 Oct 2001 11:09:48 +0000 |
parents | 3a1666ed16b8 |
children | 691c751df204 |
files | src/dispnew.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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; {