summaryrefslogtreecommitdiff
path: root/src/sqlite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sqlite.c')
-rw-r--r--src/sqlite.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sqlite.c b/src/sqlite.c
index c2f90d6a871..d9b9333fb3c 100644
--- a/src/sqlite.c
+++ b/src/sqlite.c
@@ -768,7 +768,8 @@ This will free the resources held by SET. */)
}
DEFUN ("sqlite-version", Fsqlite_version, Ssqlite_version, 0, 0, 0,
- doc: /* SQLite library version string. */)
+ doc: /* Return the version string of the SQLite library.
+Signal an error if SQLite support is not available. */)
(void)
{
if (!init_sqlite_functions ())