diff options
| author | Dave Love | 1999-09-13 19:03:19 +0000 |
|---|---|---|
| committer | Dave Love | 1999-09-13 19:03:19 +0000 |
| commit | 526cfb19a75bd6bd04cf07cbefa1f3c201f5564d (patch) | |
| tree | 4e8c5c7cc5e5c18303075ac332d5eaedf2430ae6 /src | |
| parent | 510df933de04aa8df840ecf06121565da8b4cc87 (diff) | |
| download | emacs-526cfb19a75bd6bd04cf07cbefa1f3c201f5564d.tar.gz emacs-526cfb19a75bd6bd04cf07cbefa1f3c201f5564d.zip | |
(Fmake_hash_table): Fix string continuation.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -4198,12 +4198,12 @@ DEFUN ("make-hash-table", Fmake_hash_table, Smake_hash_table, 0, MANY, 0, | |||
| 4198 | Arguments are specified as keyword/argument pairs. The following\n\ | 4198 | Arguments are specified as keyword/argument pairs. The following\n\ |
| 4199 | arguments are defined:\n\ | 4199 | arguments are defined:\n\ |
| 4200 | \n\ | 4200 | \n\ |
| 4201 | :TEST TEST -- TEST must be a symbol that specifies how to compare keys. | 4201 | :TEST TEST -- TEST must be a symbol that specifies how to compare keys.\n\ |
| 4202 | Default is `eql'. Predefined are the tests `eq', `eql', and `equal'.\n\ | 4202 | Default is `eql'. Predefined are the tests `eq', `eql', and `equal'.\n\ |
| 4203 | User-supplied test and hash functions can be specified via\n\ | 4203 | User-supplied test and hash functions can be specified via\n\ |
| 4204 | `define-hash-table-test'.\n\ | 4204 | `define-hash-table-test'.\n\ |
| 4205 | \n\ | 4205 | \n\ |
| 4206 | :SIZE SIZE -- A hint as to how many elements will be put in the table. | 4206 | :SIZE SIZE -- A hint as to how many elements will be put in the table.\n\ |
| 4207 | Default is 65.\n\ | 4207 | Default is 65.\n\ |
| 4208 | \n\ | 4208 | \n\ |
| 4209 | :REHASH-SIZE REHASH-SIZE - Indicates how to expand the table when\n\ | 4209 | :REHASH-SIZE REHASH-SIZE - Indicates how to expand the table when\n\ |