From: Pavel Janík Date: Mon, 15 Oct 2001 11:10:13 +0000 (+0000) Subject: (Fsleep_for): Fix typo in a doc string. X-Git-Tag: ttn-vms-21-2-B4~19423 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=288148a1243e26b45d7435bcee8908e007d364d2;p=emacs.git (Fsleep_for): Fix typo in a doc string. --- diff --git a/src/ChangeLog b/src/ChangeLog index 7afca77e592..b13e27b0b4e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-10-15 Pavel Jan,Bm(Bk + + * dispnew.c (Fsleep_for): Fix typo in a doc string. + 2001-10-15 Gerd Moellmann * xterm.c (x_draw_glyph_string): Restore clipping after diff --git a/src/dispnew.c b/src/dispnew.c index 191b437406e..d5cbb7d7db5 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -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; {