]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fchar_width): Doc fix.
authorKenichi Handa <handa@m17n.org>
Tue, 8 Aug 2000 12:59:56 +0000 (12:59 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 8 Aug 2000 12:59:56 +0000 (12:59 +0000)
src/charset.c

index ffe0cd9485b8a35d0844d2cc8950c678391730d0..bc0b5ff7ee3890bcd569468b7883718bac18668e 100644 (file)
@@ -1197,7 +1197,8 @@ char_bytes (c)
 
 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;
 {