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 ffe0cd9485b..bc0b5ff7ee3 100644 --- a/src/charset.c +++ b/src/charset.c | |||
| @@ -1197,7 +1197,8 @@ char_bytes (c) | |||
| 1197 | 1197 | ||
| 1198 | DEFUN ("char-width", Fchar_width, Schar_width, 1, 1, 0, | 1198 | DEFUN ("char-width", Fchar_width, Schar_width, 1, 1, 0, |
| 1199 | "Return width of CHAR when displayed in the current buffer.\n\ | 1199 | "Return width of CHAR when displayed in the current buffer.\n\ |
| 1200 | The width is measured by how many columns it occupies on the screen.") | 1200 | The width is measured by how many columns it occupies on the screen.\n\ |
| 1201 | Tab is taken to occupy `tab-width' columns.") | ||
| 1201 | (ch) | 1202 | (ch) |
| 1202 | Lisp_Object ch; | 1203 | Lisp_Object ch; |
| 1203 | { | 1204 | { |