comparison src/elhash.c @ 430:a5df635868b2 r21-2-23

Import from CVS: tag r21-2-23
author cvs
date Mon, 13 Aug 2007 11:29:08 +0200
parents 3ecd8885ac67
children 3a7e78e1142d
comparison
equal deleted inserted replaced
429:8305706cbb93 430:a5df635868b2
268 `rehash-size' (a float) 268 `rehash-size' (a float)
269 `rehash-threshold' (a float) 269 `rehash-threshold' (a float)
270 `weakness' (nil, t, key or value) 270 `weakness' (nil, t, key or value)
271 `data' (a list) 271 `data' (a list)
272 272
273 If `print-readably' is non-nil, then a simpler syntax is used; for 273 If `print-readably' is nil, then a simpler syntax is used, for example
274 instance:
275 274
276 #<hash-table size 2/13 data (key1 value1 key2 value2) 0x874d> 275 #<hash-table size 2/13 data (key1 value1 key2 value2) 0x874d>
277 276
278 The data is truncated to four pairs, and the rest is shown with 277 The data is truncated to four pairs, and the rest is shown with
279 `...'. This printer does not cons. */ 278 `...'. This printer does not cons. */