Mercurial > hg > xemacs-beta
comparison man/lispref/databases.texi @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | 501cfd01ee6d |
children |
comparison
equal
deleted
inserted
replaced
411:12e008d41344 | 412:697ef44129c6 |
---|---|
29 @var{type} can have the value @code{'dbm} or @code{'berkeley_db} to | 29 @var{type} can have the value @code{'dbm} or @code{'berkeley_db} to |
30 select the type of database file to use. (Note: XEmacs may not | 30 select the type of database file to use. (Note: XEmacs may not |
31 support both of these types.) | 31 support both of these types.) |
32 | 32 |
33 For a @var{type} of @code{'dbm}, there are no subtypes, so | 33 For a @var{type} of @code{'dbm}, there are no subtypes, so |
34 @var{subtype} should be @code{nil}. | 34 @var{subtype} should by @code{nil}. |
35 | 35 |
36 For a @var{type} of @code{'berkeley_db}, the following subtypes are | 36 For a @var{type} of @code{'berkeley_db}, the following subtypes are |
37 available: @code{'hash}, @code{'btree}, and @code{'recno}. See the | 37 available: @code{'hash}, @code{'btree}, and @code{'recno}. See the |
38 manpages for the Berkeley DB functions to more information about these | 38 manpages for the Berkeley DB functions to more information about these |
39 types. | 39 types. |