summaryrefslogtreecommitdiff
path: root/lisp/ob-comint.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ob-comint.el')
-rw-r--r--lisp/ob-comint.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ob-comint.el b/lisp/ob-comint.el
index f156297..8b03e2d 100644
--- a/lisp/ob-comint.el
+++ b/lisp/ob-comint.el
@@ -117,7 +117,7 @@ or user `keyboard-quit' during execution of body."
string-buffer))
(setq raw (substring string-buffer (match-end 0))))
(split-string string-buffer comint-prompt-regexp)))))
-(def-edebug-spec org-babel-comint-with-output (form body))
+(def-edebug-spec org-babel-comint-with-output (sexp body))
(defun org-babel-comint-input-command (buffer cmd)
"Pass CMD to BUFFER.