aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/international/mule-util.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-09-14 18:18:39 +0000
committerRichard M. Stallman <[email protected]>1997-09-14 18:18:39 +0000
commite6f8e6f418541243b8a66aae7fa81515af467968 (patch)
treeac11054bdd127a6b00901f014ece282d66b3deee /lisp/international/mule-util.el
parent9fe3219e9362d414db02ffe40bb8626cf785b59f (diff)
(truncate-string-to-width): Doc typo fix.
Diffstat (limited to 'lisp/international/mule-util.el')
-rw-r--r--lisp/international/mule-util.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-util.el b/lisp/international/mule-util.el
index fb5cc61eee..6820407135 100644
--- a/lisp/international/mule-util.el
+++ b/lisp/international/mule-util.el
@@ -83,7 +83,7 @@ The optional 3rd arg PADDING, if non-nil, specifies a padding character
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."