소스 검색

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.
Nicolas Goaziou 10 년 전
부모
커밋
be05318515
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      lisp/ob-core.el

+ 1 - 2
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")