diff options
| author | Pavel Janík | 2001-10-15 11:10:13 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-10-15 11:10:13 +0000 |
| commit | 288148a1243e26b45d7435bcee8908e007d364d2 (patch) | |
| tree | 000ca412927dd5b1f1a64f20fe21940c94d06a7b | |
| parent | 50e88778afc902fdbf1a8f2b5eda34bb9335680c (diff) | |
| download | emacs-288148a1243e26b45d7435bcee8908e007d364d2.tar.gz emacs-288148a1243e26b45d7435bcee8908e007d364d2.zip | |
(Fsleep_for): Fix typo in a doc string.
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/dispnew.c | 2 |
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 @@ | |||
| 1 | 2001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * dispnew.c (Fsleep_for): Fix typo in a doc string. | ||
| 4 | |||
| 1 | 2001-10-15 Gerd Moellmann <gerd@gnu.org> | 5 | 2001-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 | |||
| 6128 | fraction of a second. Optional second arg MILLISECONDS specifies an | 6128 | fraction of a second. Optional second arg MILLISECONDS specifies an |
| 6129 | additional wait period, in milliseconds; this may be useful if your | 6129 | additional wait period, in milliseconds; this may be useful if your |
| 6130 | Emacs was built without floating point support. | 6130 | Emacs 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 | { |