From: Kenichi Handa Date: Tue, 8 Aug 2000 12:59:56 +0000 (+0000) Subject: (Fchar_width): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~2422 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4245f3d2ec7db04ac8b0bb7b749a818d182ca917;p=emacs.git (Fchar_width): Doc fix. --- 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) 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; {