Mercurial > emacs
changeset 25690:0e71134aaba2
(Fmake_hash_table): Fix string continuation.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 13 Sep 1999 19:03:19 +0000 |
parents | 60a23f3bd0cc |
children | 815efc48a80b |
files | src/fns.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fns.c Mon Sep 13 14:07:03 1999 +0000 +++ b/src/fns.c Mon Sep 13 19:03:19 1999 +0000 @@ -4198,12 +4198,12 @@ Arguments are specified as keyword/argument pairs. The following\n\ arguments are defined:\n\ \n\ -:TEST TEST -- TEST must be a symbol that specifies how to compare keys. +:TEST TEST -- TEST must be a symbol that specifies how to compare keys.\n\ Default is `eql'. Predefined are the tests `eq', `eql', and `equal'.\n\ User-supplied test and hash functions can be specified via\n\ `define-hash-table-test'.\n\ \n\ -:SIZE SIZE -- A hint as to how many elements will be put in the table. +:SIZE SIZE -- A hint as to how many elements will be put in the table.\n\ Default is 65.\n\ \n\ :REHASH-SIZE REHASH-SIZE - Indicates how to expand the table when\n\