]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fsleep_for): Fix typo in a doc string.
authorPavel Janík <Pavel@Janik.cz>
Mon, 15 Oct 2001 11:10:13 +0000 (11:10 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 15 Oct 2001 11:10:13 +0000 (11:10 +0000)
src/ChangeLog
src/dispnew.c

index 7afca77e5928f127f468b8e76741dafac7171b55..b13e27b0b4e5af12a440c104c4e682e8cdfcec8c 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * dispnew.c (Fsleep_for): Fix typo in a doc string.
+
 2001-10-15  Gerd Moellmann  <gerd@gnu.org>
 
        * xterm.c (x_draw_glyph_string): Restore clipping after
index 191b437406efe3536501420e8eead2837369e36b..d5cbb7d7db5cf813f6a45c8baab9a34ae77ac805 100644 (file)
@@ -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;
 {