From 8550a9937858e4524acd43015b28a42a707d26fc Mon Sep 17 00:00:00 2001 From: Philipp Stephani Date: Tue, 20 Dec 2022 13:29:49 +0100 Subject: [PATCH] ; * src/emacs-module.h.in (enum emacs_funcall_exit): Fix typo. --- src/emacs-module.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emacs-module.h.in b/src/emacs-module.h.in index bef89b059fc..22096db7e85 100644 --- a/src/emacs-module.h.in +++ b/src/emacs-module.h.in @@ -116,7 +116,7 @@ enum emacs_funcall_exit /* Function has signaled an error using `signal'. */ emacs_funcall_exit_signal = 1, - /* Function has exit using `throw'. */ + /* Function has exited using `throw'. */ emacs_funcall_exit_throw = 2 }; -- 2.39.2