diff options
| author | Richard M. Stallman | 1997-09-14 18:18:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-09-14 18:18:39 +0000 |
| commit | e6f8e6f418541243b8a66aae7fa81515af467968 (patch) | |
| tree | ac11054bdd127a6b00901f014ece282d66b3deee | |
| parent | 9fe3219e9362d414db02ffe40bb8626cf785b59f (diff) | |
| download | emacs-e6f8e6f418541243b8a66aae7fa81515af467968.tar.gz emacs-e6f8e6f418541243b8a66aae7fa81515af467968.zip | |
(truncate-string-to-width): Doc typo fix.
| -rw-r--r-- | lisp/international/mule-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-util.el b/lisp/international/mule-util.el index fb5cc61eeeb..6820407135b 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 | |||
| 83 | to add at the end of the result if STR doesn't reach column END-COLUMN, | 83 | to add at the end of the result if STR doesn't reach column END-COLUMN, |
| 84 | or if END-COLUMN comes in the middle of a character in STR. | 84 | or if END-COLUMN comes in the middle of a character in STR. |
| 85 | PADDING is also added at the beginning of the result | 85 | PADDING is also added at the beginning of the result |
| 86 | if column START-COLUMN appears in the middle fo a character in STR. | 86 | if column START-COLUMN appears in the middle of a character in STR. |
| 87 | 87 | ||
| 88 | If PADDING is nil, no padding is added in these cases, so | 88 | If PADDING is nil, no padding is added in these cases, so |
| 89 | the resulting string may be narrower than END-COLUMN." | 89 | the resulting string may be narrower than END-COLUMN." |