From: Richard M. Stallman Date: Tue, 14 Feb 1995 17:12:41 +0000 (+0000) Subject: Comment changed. X-Git-Tag: emacs-19.34~5105 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=95c74a10a48a825370613a89b22eb0ef751edf12;p=emacs.git Comment changed. --- diff --git a/src/termcap.c b/src/termcap.c index 0d77ae45604..be5d0392ccd 100644 --- a/src/termcap.c +++ b/src/termcap.c @@ -323,7 +323,7 @@ tputs (str, nlines, outfun) (*outfun) (*str++); /* PADCOUNT is now in units of tenths of msec. - SPEED is mesured in characters per 10 seconds + SPEED is measured in characters per 10 seconds or in characters per .1 seconds (if negative). We use the smaller units for larger speeds to avoid overflow. */ padcount *= speed;