From 98c69b255663dd869fa22c7366f254b10ff29cad Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 25 Nov 2022 15:00:07 +0200 Subject: [PATCH] ; * src/sqlite.c (Fsqlite_version): Doc fix. --- src/sqlite.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ()) -- 2.39.2