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 /modules | |
| parent | 50b8c55617931e64c666eec99c6c7e6b4fdb24ea (diff) | |
| download | emacs-36649e0150fa7be91040b9d74009ccc085f8a363.tar.gz emacs-36649e0150fa7be91040b9d74009ccc085f8a363.zip | |
Spelling and grammar fixes
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod-test/mod-test.c | 2 | ||||
| -rwxr-xr-x | modules/modhelp.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/mod-test/mod-test.c b/modules/mod-test/mod-test.c index b0c535cdd72..184c737652a 100644 --- a/modules/mod-test/mod-test.c +++ b/modules/mod-test/mod-test.c | |||
| @@ -116,7 +116,7 @@ Fmod_test_non_local_exit_funcall (emacs_env *env, ptrdiff_t nargs, | |||
| 116 | } | 116 | } |
| 117 | 117 | ||
| 118 | 118 | ||
| 119 | /* Return a global referrence. */ | 119 | /* Return a global reference. */ |
| 120 | static emacs_value | 120 | static emacs_value |
| 121 | Fmod_test_globref_make (emacs_env *env, ptrdiff_t nargs, emacs_value args[], | 121 | Fmod_test_globref_make (emacs_env *env, ptrdiff_t nargs, emacs_value args[], |
| 122 | void *data) | 122 | void *data) |
diff --git a/modules/modhelp.py b/modules/modhelp.py index 2210030ecd6..7c96f27fee1 100755 --- a/modules/modhelp.py +++ b/modules/modhelp.py | |||
| @@ -121,7 +121,7 @@ def main(): | |||
| 121 | initp = subp.add_parser('init', help='create a test module from a template') | 121 | initp = subp.add_parser('init', help='create a test module from a template') |
| 122 | initp.add_argument('module', help='name of the new module') | 122 | initp.add_argument('module', help='name of the new module') |
| 123 | initp.add_argument('-f', '--fun', default='fun', | 123 | initp.add_argument('-f', '--fun', default='fun', |
| 124 | help='overide name of the default function') | 124 | help='override name of the default function') |
| 125 | initp.set_defaults(func=cmd_init) | 125 | initp.set_defaults(func=cmd_init) |
| 126 | 126 | ||
| 127 | args = mainp.parse_args() | 127 | args = mainp.parse_args() |