summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-09-06 10:03:30 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-09-06 10:03:30 +0000
commit39d155bdd3bd9d4336a270413f050a1fbbe7f9ef (patch)
tree56b925a2d6f6f5dcaf9a53d06fcee6da252c8776
parent4a7f31cc60a8bd80fe803b8be276f60f9ef8edf5 (diff)
downloademacs-39d155bdd3bd9d4336a270413f050a1fbbe7f9ef.tar.gz
(Fchar_table_subtype, Fdefine_hash_table_test): Fix spacing.
-rw-r--r--src/fns.c4
1 files 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.")