# HG changeset patch # User Richard M. Stallman # Date 874261119 0 # Node ID 7e4718c779b21370fce9ceebf8a2d55b6fa53383 # Parent 962303f5f5656d398f609aa81cd108c182961658 (truncate-string-to-width): Doc typo fix. diff -r 962303f5f565 -r 7e4718c779b2 lisp/international/mule-util.el --- a/lisp/international/mule-util.el Sun Sep 14 17:27:48 1997 +0000 +++ b/lisp/international/mule-util.el Sun Sep 14 18:18:39 1997 +0000 @@ -83,7 +83,7 @@ to add at the end of the result if STR doesn't reach column END-COLUMN, or if END-COLUMN comes in the middle of a character in STR. PADDING is also added at the beginning of the result -if column START-COLUMN appears in the middle fo a character in STR. +if column START-COLUMN appears in the middle of a character in STR. If PADDING is nil, no padding is added in these cases, so the resulting string may be narrower than END-COLUMN."