emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master fb3a9fd 08/14: ; Grammar fix


From: Philipp Stephani
Subject: [Emacs-diffs] master fb3a9fd 08/14: ; Grammar fix
Date: Sun, 4 Jun 2017 13:54:07 -0400 (EDT)

branch: master
commit fb3a9fd3185e081b3442d37ef3c27543d75849ac
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    ; Grammar fix
---
 src/emacs-module.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/emacs-module.c b/src/emacs-module.c
index 7f5bd86..1cd4eb2 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)
                                   value_to_lisp (value));
 }
 
-/* A module function is a pseudovector of subtype type
+/* A module function is a pseudovector of subtype
    PVEC_MODULE_FUNCTION; see lisp.h for the definition.  */
 
 static emacs_value



reply via email to

[Prev in Thread] Current Thread [Next in Thread]