changeset 30673:22c794dd4d60

(Fchar_width): Doc fix.
author Kenichi Handa <handa@m17n.org>
date Tue, 08 Aug 2000 12:59:56 +0000
parents 83c11fe78d32
children 9aad40936cfe
files src/charset.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 {