1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00

; * src/lisp.h (enum handlertype): Comment accuracy.

This commit is contained in:
Mattias Engdegård 2025-09-15 21:35:12 +02:00
parent 2135e7aa01
commit 08b2d53e48

View file

@ -3825,7 +3825,7 @@ enum handlertype {
CONDITION_CASE, /* Entry for 'condition-case'.
'tag_or_ch' holds the list of conditions.
'val' holds the retval during longjmp. */
CATCHER_ALL, /* Wildcard which catches all 'throw's.
CATCHER_ALL, /* Wildcard that catches all throws and signals.
'tag_or_ch' is unused.
'val' holds the retval during longjmp. */
HANDLER_BIND, /* Entry for 'handler-bind'.