# HG changeset patch # User Gerd Moellmann # Date 965738281 0 # Node ID 616d7d67e133c8d1fd0c81a3d60f0d2bb9d5b638 # Parent 9c402b90b24d46705ef98dc4d16465ac527daa6b (Fstring_width): Doc fix. diff -r 9c402b90b24d -r 616d7d67e133 src/charset.c --- a/src/charset.c Tue Aug 08 12:36:56 2000 +0000 +++ b/src/charset.c Tue Aug 08 12:38:01 2000 +0000 @@ -1265,7 +1265,8 @@ 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; {