summaryrefslogtreecommitdiff
path: root/lisp/org/ob-core.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org/ob-core.el')
-rw-r--r--lisp/org/ob-core.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-core.el b/lisp/org/ob-core.el
index b6c54a92ab6..8e9e3edb1c8 100644
--- a/lisp/org/ob-core.el
+++ b/lisp/org/ob-core.el
@@ -2975,7 +2975,7 @@ If NAME specifies a remote location, the remote portion of the
name is removed, since in that case the process will be executing
remotely. The file name is then processed by `expand-file-name'.
Unless second argument NO-QUOTE-P is non-nil, the file name is
-additionally processed by `shell-quote-argument'"
+additionally processed by `shell-quote-argument'."
(let ((f (org-babel-local-file-name (expand-file-name name))))
(if no-quote-p f (shell-quote-argument f))))