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 32482b30f35..88b02339863 100644 --- a/src/sqlite.c +++ b/src/sqlite.c | |||
| @@ -700,7 +700,7 @@ MODULE should be the name of an SQlite module's file, a | |||
| 700 | shared library in the system-dependent format and having a | 700 | shared library in the system-dependent format and having a |
| 701 | system-dependent file-name extension. | 701 | system-dependent file-name extension. |
| 702 | 702 | ||
| 703 | Only modules on Emacs' list of allowed modules can be loaded. */) | 703 | Only modules on Emacs's list of allowed modules can be loaded. */) |
| 704 | (Lisp_Object db, Lisp_Object module) | 704 | (Lisp_Object db, Lisp_Object module) |
| 705 | { | 705 | { |
| 706 | check_sqlite (db, false); | 706 | check_sqlite (db, false); |