Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
983d1730
Commit
983d1730
authored
Mar 16, 2024
by
Basil L. Contovounesios
Browse files
; * src/eval.c (Fhandler_bind_1): Fix docstring.
parent
7231a895
Pipeline
#28515
failed with stages
in 68 minutes and 26 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/eval.c
src/eval.c
+2
-2
No files found.
src/eval.c
View file @
983d1730
...
...
@@ -1374,8 +1374,8 @@ push_handler_bind (Lisp_Object conditions, Lisp_Object handler, int skip)
}
DEFUN
(
"handler-bind-1"
,
Fhandler_bind_1
,
Shandler_bind_1
,
1
,
MANY
,
0
,
doc
:
/* Setup error handlers around execution of BODYFUN.
BODYFUN be a function and it is called with no arguments.
doc
:
/* Set
up error handlers around execution of BODYFUN.
BODYFUN
should
be a function and it is called with no arguments.
CONDITIONS should be a list of condition names (symbols).
When an error is signaled during execution of BODYFUN, if that
error matches one of CONDITIONS, then the associated HANDLER is
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment