aboutsummaryrefslogtreecommitdiffstats
path: root/db2html.txi
diff options
context:
space:
mode:
Diffstat (limited to 'db2html.txi')
-rw-r--r--db2html.txi13
1 files changed, 7 insertions, 6 deletions
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