From: Dave Love Date: Mon, 13 Sep 1999 19:03:19 +0000 (+0000) Subject: (Fmake_hash_table): Fix string continuation. X-Git-Tag: emacs-pretest-21.0.90~6752 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=526cfb19a75bd6bd04cf07cbefa1f3c201f5564d;p=emacs.git (Fmake_hash_table): Fix string continuation. --- diff --git a/src/fns.c b/src/fns.c index 1c9f375ad09..43bb3730697 100644 --- a/src/fns.c +++ b/src/fns.c @@ -4198,12 +4198,12 @@ DEFUN ("make-hash-table", Fmake_hash_table, Smake_hash_table, 0, MANY, 0, 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\