From 8f3a1f3d22d5f942fe9ca543eeb75ebe40fa9423 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 28 Jul 2014 00:01:23 +0200 Subject: [PATCH] Fix trailing whitespace in previous commit --- lisp/ob-R.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ob-R.el b/lisp/ob-R.el index c9f04ea3f..f2bdb1f9d 100644 --- a/lisp/ob-R.el +++ b/lisp/ob-R.el @@ -108,7 +108,7 @@ this variable.") close(con) res })" - "R code used to transfer a table defined as a variable from org to R. + "R code used to transfer a table defined as a variable from org to R. This function is used when the table contains a header.") (defconst ob-R-transfer-variable-table-without-header @@ -128,7 +128,7 @@ This function is used when the table contains a header.") close(con) res })" - "R code used to transfer a table defined as a variable from org to R. + "R code used to transfer a table defined as a variable from org to R. This function is used when the table does not contain a header.") (defun org-babel-expand-body:R (body params &optional graphics-file)