From 5af47d5f73ef07ea9a4cc8b1822a8b50f771b693 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 8 Aug 2000 12:38:01 +0000 Subject: [PATCH] (Fstring_width): Doc fix. --- src/charset.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/charset.c b/src/charset.c index 2ddb1b407dd..ffe0cd9485b 100644 --- a/src/charset.c +++ b/src/charset.c @@ -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; { -- 2.39.2