diff options
| author | Stefan Kangas | 2024-07-25 03:35:04 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2024-07-25 03:35:18 +0200 |
| commit | a79966156633ae1e49e3fef17ff7212c8f35a26f (patch) | |
| tree | 3395389467c1effba572a2db7efb9d39def72425 /src/sqlite.c | |
| parent | 67faaead754c0a11bd89fdcde2533bc51b71ef0e (diff) | |
| download | emacs-a79966156633ae1e49e3fef17ff7212c8f35a26f.tar.gz emacs-a79966156633ae1e49e3fef17ff7212c8f35a26f.zip | |
Standardize possessive apostrophe usage in manuals, docs, and comments
See the note in admin/notes/documentation.
Ref: https://lists.gnu.org/r/emacs-devel/2012-02/msg00649.html
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); |