aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/dispnew.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7afca77e592..b13e27b0b4e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 * dispnew.c (Fsleep_for): Fix typo in a doc string.
4
12001-10-15 Gerd Moellmann <gerd@gnu.org> 52001-10-15 Gerd Moellmann <gerd@gnu.org>
2 6
3 * xterm.c (x_draw_glyph_string): Restore clipping after 7 * 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
6128fraction of a second. Optional second arg MILLISECONDS specifies an 6128fraction of a second. Optional second arg MILLISECONDS specifies an
6129additional wait period, in milliseconds; this may be useful if your 6129additional wait period, in milliseconds; this may be useful if your
6130Emacs was built without floating point support. 6130Emacs was built without floating point support.
6131\(Not all operating systems support waiting for a fraction of a second. */ 6131\(Not all operating systems support waiting for a fraction of a second.) */
6132 (seconds, milliseconds)) 6132 (seconds, milliseconds))
6133 Lisp_Object seconds, milliseconds; 6133 Lisp_Object seconds, milliseconds;
6134{ 6134{