comparison lisp/international/mule-util.el @ 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 f43513081277
children 2dce5db7cf82
comparison
equal deleted inserted replaced
19927:962303f5f565 19928:7e4718c779b2
81 81
82 The optional 3rd arg PADDING, if non-nil, specifies a padding character 82 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."
90 (or start-column 90 (or start-column
91 (setq start-column 0)) 91 (setq start-column 0))