瀏覽代碼

babel: removed errant reference to R from org-babel.el

Eric Schulte 15 年之前
父節點
當前提交
e3fbc98b26
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contrib/babel/lisp/org-babel.el

+ 1 - 1
contrib/babel/lisp/org-babel.el

@@ -1090,7 +1090,7 @@ the table is trivial, then return it as a scalar."
 	result))))
 
 (defun org-babel-string-read (cell)
-  "Strip nested \"s from around strings in exported R values."
+  "Strip nested \"s from around strings."
   (org-babel-read (or (and (stringp cell)
                            (string-match "\\\"\\(.+\\)\\\"" cell)
                            (match-string 1 cell))