1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-03 12:31:32 -08:00

Comment changed.

This commit is contained in:
Richard M. Stallman 1995-02-14 17:12:41 +00:00
parent 5757b805f1
commit 95c74a10a4

View file

@ -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;