diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-09-29 18:48:59 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2021-09-29 23:21:21 -0400 |
commit | bf9ec3d91a79414deac039f7bf83352a9b0a9a85 (patch) | |
tree | 5e636992801ca408a26f7b7532c666d24c80020e /lisp/org/ob-js.el | |
parent | dc94ca7b2b878c9a88be72fea118bf6557259ffd (diff) | |
download | emacs-bf9ec3d91a79414deac039f7bf83352a9b0a9a85.tar.gz emacs-bf9ec3d91a79414deac039f7bf83352a9b0a9a85.tar.bz2 emacs-bf9ec3d91a79414deac039f7bf83352a9b0a9a85.zip |
Update to Org 9.5
Diffstat (limited to 'lisp/org/ob-js.el')
-rw-r--r-- | lisp/org/ob-js.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/ob-js.el b/lisp/org/ob-js.el index b2a971e2a59..5d1be611768 100644 --- a/lisp/org/ob-js.el +++ b/lisp/org/ob-js.el @@ -158,8 +158,8 @@ specifying a variable of the same value." (org-babel--get-vars params))) (defun org-babel-js-initiate-session (&optional session _params) - "If there is not a current inferior-process-buffer in `SESSION' -then create. Return the initialized session." + "If there is not a current inferior-process-buffer in `SESSION' then create. +Return the initialized session." (cond ((string= session "none") (warn "Session evaluation of ob-js is not supported")) |