aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/charset.c3
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
1198DEFUN ("char-width", Fchar_width, Schar_width, 1, 1, 0, 1198DEFUN ("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\
1200The width is measured by how many columns it occupies on the screen.") 1200The width is measured by how many columns it occupies on the screen.\n\
1201Tab is taken to occupy `tab-width' columns.")
1201 (ch) 1202 (ch)
1202 Lisp_Object ch; 1203 Lisp_Object ch;
1203{ 1204{