]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/sqlite.c (Fsqlite_version): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 25 Nov 2022 13:00:07 +0000 (15:00 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 25 Nov 2022 13:00:07 +0000 (15:00 +0200)
src/sqlite.c

index c2f90d6a8717f04146c745ad66928df6d3ed86ac..d9b9333fb3c34c703a10be414243a7f99b0df297 100644 (file)
@@ -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 ())