diff man/lispref/databases.texi @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents a4f53d9b3154
children 501cfd01ee6d
line wrap: on
line diff
--- a/man/lispref/databases.texi	Mon Aug 13 11:01:58 2007 +0200
+++ b/man/lispref/databases.texi	Mon Aug 13 11:03:08 2007 +0200
@@ -26,16 +26,16 @@
 permissions @var{mode}.  @var{access} can be any combination of @code{r}
 @code{w} and @code{+}, for read, write, and creation flags.
 
-@var{type} can have the value @code{'dbm} or @code{'berkeley-db} to
+@var{type} can have the value @code{'dbm} or @code{'berkeley_db} to
 select the type of database file to use.  (Note:  XEmacs may not
 support both of these types.)
 
 For a @var{type} of @code{'dbm}, there are no subtypes, so
 @var{subtype} should by @code{nil}.
 
-For a @var{type} of @code{'berkeley-db}, the following subtypes are
+For a @var{type} of @code{'berkeley_db}, the following subtypes are
 available:  @code{'hash}, @code{'btree}, and @code{'recno}.  See the
-manpages for the Berkeley DB functions for more information about these 
+manpages for the Berkeley DB functions to more information about these 
 types.
 @end defun