diff options
Diffstat (limited to 'src/sqlite.c')
| -rw-r--r-- | src/sqlite.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sqlite.c b/src/sqlite.c index b1843bc573a..50989434ffa 100644 --- a/src/sqlite.c +++ b/src/sqlite.c | |||
| @@ -578,7 +578,7 @@ DEFUN ("sqlite-rollback", Fsqlite_rollback, Ssqlite_rollback, 1, 1, 0, | |||
| 578 | 578 | ||
| 579 | DEFUN ("sqlite-load-extension", Fsqlite_load_extension, | 579 | DEFUN ("sqlite-load-extension", Fsqlite_load_extension, |
| 580 | Ssqlite_load_extension, 2, 2, 0, | 580 | Ssqlite_load_extension, 2, 2, 0, |
| 581 | doc: /* Load a an SQlite module into DB. | 581 | doc: /* Load an SQlite module into DB. |
| 582 | MODULE should be the file name of an SQlite module .so file. */) | 582 | MODULE should be the file name of an SQlite module .so file. */) |
| 583 | (Lisp_Object db, Lisp_Object module) | 583 | (Lisp_Object db, Lisp_Object module) |
| 584 | { | 584 | { |
| @@ -622,7 +622,7 @@ DEFUN ("sqlite-columns", Fsqlite_columns, Ssqlite_columns, 1, 1, 0, | |||
| 622 | } | 622 | } |
| 623 | 623 | ||
| 624 | DEFUN ("sqlite-more-p", Fsqlite_more_p, Ssqlite_more_p, 1, 1, 0, | 624 | DEFUN ("sqlite-more-p", Fsqlite_more_p, Ssqlite_more_p, 1, 1, 0, |
| 625 | doc: /* Say whether there's any further results in SET. */) | 625 | doc: /* Say whether there are any further results in SET. */) |
| 626 | (Lisp_Object set) | 626 | (Lisp_Object set) |
| 627 | { | 627 | { |
| 628 | check_sqlite (set, true); | 628 | check_sqlite (set, true); |