emacs-diffs
[Top][All Lists]
Advanced

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

master e742368: ; * src/lisp.h (enum specbind_tag): Fix typo.


From: Philipp Stephani
Subject: master e742368: ; * src/lisp.h (enum specbind_tag): Fix typo.
Date: Fri, 27 Nov 2020 14:04:49 -0500 (EST)

branch: master
commit e7423689208026658fbe8c75523eac6dbe022c39
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    ; * src/lisp.h (enum specbind_tag): Fix typo.
---
 src/lisp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lisp.h b/src/lisp.h
index 76d7420..31614b9 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -3124,7 +3124,7 @@ enum specbind_tag {
   SPECPDL_UNWIND_PTR,          /* Likewise, on void *.  */
   SPECPDL_UNWIND_INT,          /* Likewise, on int.  */
   SPECPDL_UNWIND_INTMAX,       /* Likewise, on intmax_t.  */
-  SPECPDL_UNWIND_EXCURSION,    /* Likewise, on an execursion.  */
+  SPECPDL_UNWIND_EXCURSION,    /* Likewise, on an excursion.  */
   SPECPDL_UNWIND_VOID,         /* Likewise, with no arg.  */
   SPECPDL_BACKTRACE,           /* An element of the backtrace.  */
   SPECPDL_LET,                 /* A plain and simple dynamic let-binding.  */



reply via email to

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