diff options
Diffstat (limited to 'lisp/org/ob-forth.el')
-rw-r--r-- | lisp/org/ob-forth.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-forth.el b/lisp/org/ob-forth.el index 88ed964fd77..de42042a5b5 100644 --- a/lisp/org/ob-forth.el +++ b/lisp/org/ob-forth.el @@ -42,7 +42,7 @@ (defun org-babel-execute:forth (body params) "Execute a block of Forth code with org-babel. -This function is called by `org-babel-execute-src-block'" +This function is called by `org-babel-execute-src-block'." (if (string= "none" (cdr (assq :session params))) (error "Non-session evaluation not supported for Forth code blocks") (let ((all-results (org-babel-forth-session-execute body params))) |