changeset 19928:7e4718c779b2

(truncate-string-to-width): Doc typo fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 14 Sep 1997 18:18:39 +0000
parents 962303f5f565
children 0ccbd9bdcd8f
files lisp/international/mule-util.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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."