# HG changeset patch # User Kenichi Handa # Date 965739596 0 # Node ID 22c794dd4d608740a9e8549a7256aa4af6c6f6f0 # Parent 83c11fe78d329eb7917eb7cdb252db733c989ba5 (Fchar_width): Doc fix. diff -r 83c11fe78d32 -r 22c794dd4d60 src/charset.c --- a/src/charset.c Tue Aug 08 12:59:09 2000 +0000 +++ b/src/charset.c Tue Aug 08 12:59:56 2000 +0000 @@ -1197,7 +1197,8 @@ DEFUN ("char-width", Fchar_width, Schar_width, 1, 1, 0, "Return width of CHAR when displayed in the current buffer.\n\ -The width is measured by how many columns it occupies on the screen.") +The width is measured by how many columns it occupies on the screen.\n\ +Tab is taken to occupy `tab-width' columns.") (ch) Lisp_Object ch; {