From 39d155bdd3bd9d4336a270413f050a1fbbe7f9ef Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 6 Sep 2002 10:03:30 +0000 Subject: [PATCH] (Fchar_table_subtype, Fdefine_hash_table_test): Fix spacing. --- src/fns.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fns.c b/src/fns.c index f99ab151442..251286970a3 100644 --- a/src/fns.c +++ b/src/fns.c @@ -2145,7 +2145,7 @@ ARRAY is a vector, string, char-table, or bool-vector.") DEFUN ("char-table-subtype", Fchar_table_subtype, Schar_table_subtype, 1, 1, 0, - "Return the subtype of char-table CHAR-TABLE. The value is a symbol.") + "Return the subtype of char-table CHAR-TABLE. The value is a symbol.") (char_table) Lisp_Object char_table; { @@ -4953,7 +4953,7 @@ In hash tables create with NAME specified as test, use TEST to compare\n\ keys, and HASH for computing hash codes of keys.\n\ \n\ TEST must be a function taking two arguments and returning non-nil\n\ -if both arguments are the same. HASH must be a function taking\n\ +if both arguments are the same. HASH must be a function taking\n\ one argument and return an integer that is the hash code of the\n\ argument. Hash code computation should use the whole value range of\n\ integers, including negative integers.") -- 2.39.2