From: Eli Zaretskii Date: Fri, 25 Nov 2022 13:00:07 +0000 (+0200) Subject: ; * src/sqlite.c (Fsqlite_version): Doc fix. X-Git-Tag: emacs-29.0.90~1509 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=98c69b255663dd869fa22c7366f254b10ff29cad;p=emacs.git ; * src/sqlite.c (Fsqlite_version): Doc fix. --- 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 ())