diff options
Diffstat (limited to 'src/sqlite.c')
| -rw-r--r-- | src/sqlite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite.c b/src/sqlite.c index 97399339817..425a39d76dd 100644 --- a/src/sqlite.c +++ b/src/sqlite.c @@ -331,7 +331,7 @@ DEFUN ("sqlite-close", Fsqlite_close, Ssqlite_close, 1, 1, 0, (Lisp_Object db) { /* Do nothing when the connection is already closed. - This aligns with the behavior of sqlite3_close. */ + This aligns with the behavior of 'sqlite3_close' itself. */ if (SQLITE (db) && !XSQLITE (db)->db) return Qt; |
