summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--with-editor.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/with-editor.el b/with-editor.el
index 2f6fcca..bf79dd6 100644
--- a/with-editor.el
+++ b/with-editor.el
@@ -466,7 +466,7 @@ instructing them to use the Emacsclient as editor. ENVVAR is the
environment variable that is exported to do so, it is evaluated
at run-time.
\n(fn [ENVVAR] BODY...)"
- (declare (indent defun) (debug (body)))
+ (declare (indent defun) (debug (sexp body)))
`(let ((with-editor--envvar ,envvar)
(process-environment process-environment))
(with-editor--setup)