diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/charset.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/charset.c b/src/charset.c index 2ddb1b407dd..ffe0cd9485b 100644 --- a/src/charset.c +++ b/src/charset.c | |||
| @@ -1265,7 +1265,8 @@ DEFUN ("string-width", Fstring_width, Sstring_width, 1, 1, 0, | |||
| 1265 | Width is measured by how many columns it occupies on the screen.\n\ | 1265 | Width is measured by how many columns it occupies on the screen.\n\ |
| 1266 | When calculating width of a multibyte character in STRING,\n\ | 1266 | When calculating width of a multibyte character in STRING,\n\ |
| 1267 | only the base leading-code is considered; the validity of\n\ | 1267 | only the base leading-code is considered; the validity of\n\ |
| 1268 | the following bytes is not checked.") | 1268 | the following bytes is not checked. Tabs in STRING are always\n\ |
| 1269 | taken to occupy `tab-width' columns.") | ||
| 1269 | (str) | 1270 | (str) |
| 1270 | Lisp_Object str; | 1271 | Lisp_Object str; |
| 1271 | { | 1272 | { |