emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 8550a99378: ; * src/emacs-module.h.in (enum emacs_funcall_exit)


From: Philipp Stephani
Subject: emacs-29 8550a99378: ; * src/emacs-module.h.in (enum emacs_funcall_exit): Fix typo.
Date: Tue, 20 Dec 2022 07:30:24 -0500 (EST)

branch: emacs-29
commit 8550a9937858e4524acd43015b28a42a707d26fc
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    ; * 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 bef89b059f..22096db7e8 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
 };
 



reply via email to

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