From be0531851516d7055af6d4d1e384a4643344ee97 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 24 Dec 2014 10:29:44 +0100 Subject: [PATCH] ob-core: Fix docstring * lisp/ob-core.el (org-babel-results-keyword): NAME cannot be used for results, as it is a reserved affiliated keyword. --- lisp/ob-core.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/ob-core.el b/lisp/ob-core.el index 809bdc5ef..c4dbea64b 100644 --- a/lisp/ob-core.el +++ b/lisp/ob-core.el @@ -137,8 +137,7 @@ remove code block execution from the C-c C-c keybinding." (defcustom org-babel-results-keyword "RESULTS" "Keyword used to name results generated by code blocks. -Should be either RESULTS or NAME however any capitalization may -be used." +It should be RESULTS. However any capitalization may be used." :group 'org-babel :version "24.4" :package-version '(Org . "8.0") -- 2.11.4.GIT