]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/lisp.h (enum specbind_tag): Fix typo.
authorPhilipp Stephani <phst@google.com>
Fri, 27 Nov 2020 19:04:20 +0000 (20:04 +0100)
committerPhilipp Stephani <phst@google.com>
Fri, 27 Nov 2020 19:04:20 +0000 (20:04 +0100)
src/lisp.h

index 76d74200ac89ca946a5b5d77d5910d0ef7f910f5..31614b9125b3d583526cc35c7c2b284180411d95 100644 (file)
@@ -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.  */