aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhilipp Stephani2017-06-04 19:16:07 +0200
committerPhilipp Stephani2017-06-04 19:50:50 +0200
commitfb3a9fd3185e081b3442d37ef3c27543d75849ac (patch)
tree4689d6873cebae2bce9da2d5ab738e21ed2f201a /src
parent034275ebe8c5f6fef6d7fe1c35670f732f8d14db (diff)
downloademacs-fb3a9fd3185e081b3442d37ef3c27543d75849ac.tar.gz
emacs-fb3a9fd3185e081b3442d37ef3c27543d75849ac.zip
; Grammar fix
Diffstat (limited to 'src')
-rw-r--r--src/emacs-module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs-module.c b/src/emacs-module.c
index 7f5bd86c96b..1cd4eb2ddd8 100644
--- a/src/emacs-module.c
+++ b/src/emacs-module.c
@@ -351,7 +351,7 @@ module_non_local_exit_throw (emacs_env *env, emacs_value tag, emacs_value value)
351 value_to_lisp (value)); 351 value_to_lisp (value));
352} 352}
353 353
354/* A module function is a pseudovector of subtype type 354/* A module function is a pseudovector of subtype
355 PVEC_MODULE_FUNCTION; see lisp.h for the definition. */ 355 PVEC_MODULE_FUNCTION; see lisp.h for the definition. */
356 356
357static emacs_value 357static emacs_value