diff options
| author | Stefan Kangas | 2022-11-21 15:16:08 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-11-21 15:20:11 +0100 |
| commit | beaa2e49530b8149d2c22cb5fa15b8d48f7937b6 (patch) | |
| tree | e92668cbdb35696e07375374f5738efc99d466fc /lisp/org/ob-R.el | |
| parent | 61e96789ddb1fe81520c3b1cc6c7ff43da5bc26f (diff) | |
| download | emacs-beaa2e49530b8149d2c22cb5fa15b8d48f7937b6.tar.gz emacs-beaa2e49530b8149d2c22cb5fa15b8d48f7937b6.zip | |
; Fix typos (misspelled symbols)
Diffstat (limited to 'lisp/org/ob-R.el')
| -rw-r--r-- | lisp/org/ob-R.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-R.el b/lisp/org/ob-R.el index cd822ef8374..93d1d34229b 100644 --- a/lisp/org/ob-R.el +++ b/lisp/org/ob-R.el | |||
| @@ -545,7 +545,7 @@ by `org-babel-comint-async-filter'." | |||
| 545 | 545 | ||
| 546 | (defun ob-session-async-R-value-callback (params tmp-file) | 546 | (defun ob-session-async-R-value-callback (params tmp-file) |
| 547 | "Callback for async value results. | 547 | "Callback for async value results. |
| 548 | Assigned locally to `ob-session-async-file-callback' in R | 548 | Assigned locally to `org-babel-comint-async-file-callback' in R |
| 549 | comint buffers used for asynchronous Babel evaluation." | 549 | comint buffers used for asynchronous Babel evaluation." |
| 550 | (let* ((graphics-file (and (member "graphics" (assq :result-params params)) | 550 | (let* ((graphics-file (and (member "graphics" (assq :result-params params)) |
| 551 | (org-babel-graphical-output-file params))) | 551 | (org-babel-graphical-output-file params))) |