changeset 30669:616d7d67e133

(Fstring_width): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 08 Aug 2000 12:38:01 +0000
parents 9c402b90b24d
children 83cf6ade23ac
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: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;
 {