From a1db3dba0b0ec8844833ec5b3fb18d7a40823af4 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Fri, 14 Dec 2012 19:38:09 +0000 Subject: [PATCH] document load_db --- docs/yap.tex | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/yap.tex b/docs/yap.tex index d29868a64..c0787b95a 100644 --- a/docs/yap.tex +++ b/docs/yap.tex @@ -1703,6 +1703,14 @@ if they have not been loaded before, does nothing otherwise. @var{F} must be a list containing the names of the files to load. +@item load_db(@var{+Files}) +@findex load_db/1 +@syindex load_db/1 +@cnindex load_db/1 +@noindent +Load a database of facts with equal structure. Useful when wanting to +read in a very compact way database tables. + @item make @findex make/0 @snindex make/0