summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2025-08-23 19:15:41 +0200
committerJonas Bernoulli <jonas@bernoul.li>2025-08-23 19:15:41 +0200
commit7d3d9c6b28fadaa48f2015df4169c666dd9986dd (patch)
tree0b4dabe273061f546e0277a9284bc93caa6019d3
parent8cb8733112d00ad8d24cb1f2f7a7845448c31819 (diff)
Fix docstring typo
-rw-r--r--cond-let.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cond-let.el b/cond-let.el
index 04b30fc..c148b53 100644
--- a/cond-let.el
+++ b/cond-let.el
@@ -294,7 +294,7 @@ VALUEFORM."
"Bind variable `$' to value of VARFORM and conditionally evaluate BODYFORM.
If VARFORM yields a non-nil value, bind the symbol `$' to that value,
-evalute BODYFORM with that binding in effect, and return the value of
+evaluate BODYFORM with that binding in effect, and return the value of
BODYFORM. If VARFORM yields nil, do not evaluate BODYFORM, and return
nil."
(declare (debug (form form)))