From 288148a1243e26b45d7435bcee8908e007d364d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Mon, 15 Oct 2001 11:10:13 +0000 Subject: [PATCH] (Fsleep_for): Fix typo in a doc string. --- src/ChangeLog | 4 ++++ src/dispnew.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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; { -- 2.39.2