From 8466d8cfa486fb30d1755c4261b781135083787b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:05:29 -0800 Subject: Import Upstream version 3a1 --- db2html.txi | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'db2html.txi') diff --git a/db2html.txi b/db2html.txi index 0acdd46..3b47f31 100644 --- a/db2html.txi +++ b/db2html.txi @@ -1,4 +1,5 @@ @code{(require 'db->html)} +@ftindex db->html @defun html:table options row @dots{} @@ -104,12 +105,12 @@ database is performed. @defunx command:modify-table table-name null-keys -Returns procedure (of @var{db}) which returns procedure to modify row -of @var{table-name}. @var{null-keys} is the list of @dfn{null} keys which indicate that the row +Returns procedure (of @var{db}) which returns procedure to modify +row of @var{table-name}. @var{null-keys} is the list of @dfn{null} keys indicating the row is @cindex null -is to be deleted. Optional arguments @var{update}, @var{delete}, and @var{retrieve} default to the -@code{row:update}, @code{row:delete}, and @code{row:retrieve} of @var{table-name} in -@var{db}. +to be deleted when any matches its corresponding primary key. +Optional arguments @var{update}, @var{delete}, and @var{retrieve} default to the @code{row:update}, +@code{row:delete}, and @code{row:retrieve} of @var{table-name} in @var{db}. @end defun @defun command:make-editable-table rdb table-name arg @dots{} @@ -180,6 +181,6 @@ returned. @defunx db->netscape db dir @code{db->netscape} is just like @code{db->html-directory}, but calls -@code{browse-url-netscape} with the uri for the top page after the +@code{browse-url} with the uri for the top page after the pages are created. @end defun -- cgit v1.2.3