diff options
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 5e9d35f58e2..b4cf360730d 100644 --- a/lisp/org/ob-R.el +++ b/lisp/org/ob-R.el @@ -361,7 +361,7 @@ Each member of this list is a list with three members: ) } }(object=%s,transfer.file=\"%s\")" - "A template for an R command to evaluate a block of code and write the result to a file. + "Template for an R command to evaluate a block of code and write result to file. Has four %s escapes to be filled in: 1. Row names, \"TRUE\" or \"FALSE\" |