projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f35dc70
)
; * src/sqlite.c (Fsqlite_version): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 25 Nov 2022 13:00:07 +0000
(15:00 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 25 Nov 2022 13:00:07 +0000
(15:00 +0200)
src/sqlite.c
patch
|
blob
|
history
diff --git
a/src/sqlite.c
b/src/sqlite.c
index c2f90d6a8717f04146c745ad66928df6d3ed86ac..d9b9333fb3c34c703a10be414243a7f99b0df297 100644
(file)
--- 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 ())