(Fstring_width): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Tue, 8 Aug 2000 12:38:01 +0000 (12:38 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 8 Aug 2000 12:38:01 +0000 (12:38 +0000)
src/charset.c

index 2ddb1b4..ffe0cd9 100644 (file)
@@ -1265,7 +1265,8 @@ DEFUN ("string-width", Fstring_width, Sstring_width, 1, 1, 0,
 Width is measured by how many columns it occupies on the screen.\n\
 When calculating width of a multibyte character in STRING,\n\
 only the base leading-code is considered; the validity of\n\
-the following bytes is not checked.")
+the following bytes is not checked.  Tabs in STRING are always\n\
+taken to occupy `tab-width' columns.")
   (str)
      Lisp_Object str;
 {