diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-11-29 21:50:59 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 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.tar.bz2 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) { DEFSYM (Qmodule_refs_hash, "module-refs-hash"); DEFVAR_LISP ("module-refs-hash", Vmodule_refs_hash, - doc: /* Module global referrence table. */); + doc: /* Module global reference table. */); Vmodule_refs_hash = make_hash_table (hashtest_eq, make_number (DEFAULT_HASH_SIZE), |