diff options
| author | Mattias EngdegÄrd | 2025-09-15 21:35:12 +0200 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2025-09-17 12:49:14 +0200 |
| commit | 08b2d53e48fc8f8081bfa5fe5465dc99dbb7407d (patch) | |
| tree | 8dcae4dfb7f3591f3368a7d20d49cd45d4a0ea5b /src | |
| parent | 2135e7aa0169639083996fb2a3f82792cdd7a9c0 (diff) | |
| download | emacs-08b2d53e48fc8f8081bfa5fe5465dc99dbb7407d.tar.gz emacs-08b2d53e48fc8f8081bfa5fe5465dc99dbb7407d.zip | |
; * src/lisp.h (enum handlertype): Comment accuracy.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index fe942c917f0..1782b12e7fd 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -3825,7 +3825,7 @@ enum handlertype { | |||
| 3825 | CONDITION_CASE, /* Entry for 'condition-case'. | 3825 | CONDITION_CASE, /* Entry for 'condition-case'. |
| 3826 | 'tag_or_ch' holds the list of conditions. | 3826 | 'tag_or_ch' holds the list of conditions. |
| 3827 | 'val' holds the retval during longjmp. */ | 3827 | 'val' holds the retval during longjmp. */ |
| 3828 | CATCHER_ALL, /* Wildcard which catches all 'throw's. | 3828 | CATCHER_ALL, /* Wildcard that catches all throws and signals. |
| 3829 | 'tag_or_ch' is unused. | 3829 | 'tag_or_ch' is unused. |
| 3830 | 'val' holds the retval during longjmp. */ | 3830 | 'val' holds the retval during longjmp. */ |
| 3831 | HANDLER_BIND, /* Entry for 'handler-bind'. | 3831 | HANDLER_BIND, /* Entry for 'handler-bind'. |