summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBasil L. Contovounesios <basil@contovou.net>2024-03-16 00:23:41 +0100
committerBasil L. Contovounesios <basil@contovou.net>2024-03-16 00:23:41 +0100
commit983d17309911b84199e43a83d841cf7caff47316 (patch)
treef8955ba94d0fde3047ef18b6766125a1cccd9011 /src
parent7231a89524f280c51278c3c74c6ae2215a307f0f (diff)
downloademacs-983d17309911b84199e43a83d841cf7caff47316.tar.gz
; * src/eval.c (Fhandler_bind_1): Fix docstring.
Diffstat (limited to 'src')
-rw-r--r--src/eval.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/eval.c b/src/eval.c
index 95eb21909d2..f48d7b0682f 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -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