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:
parent
2135e7aa01
commit
08b2d53e48
1 changed files with 1 additions and 1 deletions
|
|
@ -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'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue