aboutsummaryrefslogtreecommitdiffstats
path: root/src/sqlite.c
diff options
context:
space:
mode:
authorStefan Kangas2024-07-25 03:35:04 +0200
committerStefan Kangas2024-07-25 03:35:18 +0200
commita79966156633ae1e49e3fef17ff7212c8f35a26f (patch)
tree3395389467c1effba572a2db7efb9d39def72425 /src/sqlite.c
parent67faaead754c0a11bd89fdcde2533bc51b71ef0e (diff)
downloademacs-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.c2
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
700shared library in the system-dependent format and having a 700shared library in the system-dependent format and having a
701system-dependent file-name extension. 701system-dependent file-name extension.
702 702
703Only modules on Emacs' list of allowed modules can be loaded. */) 703Only 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);