diff options
| author | Paul Eggert | 2015-11-29 21:50:59 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-11-29 21:52:17 -0800 |
| commit | 36649e0150fa7be91040b9d74009ccc085f8a363 (patch) | |
| tree | dc4b50ef757c194423c72352b8a21e8936441713 /src/emacs-module.c | |
| parent | 50b8c55617931e64c666eec99c6c7e6b4fdb24ea (diff) | |
| download | emacs-36649e0150fa7be91040b9d74009ccc085f8a363.tar.gz emacs-36649e0150fa7be91040b9d74009ccc085f8a363.zip | |
Spelling and grammar fixes
Diffstat (limited to 'src/emacs-module.c')
| -rw-r--r-- | src/emacs-module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs-module.c b/src/emacs-module.c index 7d68caddd56..ac12f8789a4 100644 --- a/src/emacs-module.c +++ b/src/emacs-module.c | |||
| @@ -1074,7 +1074,7 @@ syms_of_module (void) | |||
| 1074 | { | 1074 | { |
| 1075 | DEFSYM (Qmodule_refs_hash, "module-refs-hash"); | 1075 | DEFSYM (Qmodule_refs_hash, "module-refs-hash"); |
| 1076 | DEFVAR_LISP ("module-refs-hash", Vmodule_refs_hash, | 1076 | DEFVAR_LISP ("module-refs-hash", Vmodule_refs_hash, |
| 1077 | doc: /* Module global referrence table. */); | 1077 | doc: /* Module global reference table. */); |
| 1078 | 1078 | ||
| 1079 | Vmodule_refs_hash | 1079 | Vmodule_refs_hash |
| 1080 | = make_hash_table (hashtest_eq, make_number (DEFAULT_HASH_SIZE), | 1080 | = make_hash_table (hashtest_eq, make_number (DEFAULT_HASH_SIZE), |