浏览代码

docstring edits

* lisp/ob.el (org-babel-merge-params): docstring typo
Dan Davison 14 年之前
父节点
当前提交
dcfeec887a
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 2 1
      lisp/ob-python.el
  2. 1 1
      lisp/ob.el

+ 2 - 1
lisp/ob-python.el

@@ -46,7 +46,8 @@
   "Name of command for executing python code.")
   "Name of command for executing python code.")
 
 
 (defvar org-babel-python-mode (if (featurep 'xemacs) 'python-mode 'python)
 (defvar org-babel-python-mode (if (featurep 'xemacs) 'python-mode 'python)
-  "Preferred python mode for use in running python interactively.")
+  "Preferred python mode for use in running python interactively.
+This will typically be either 'python or 'python-mode.")
 
 
 (defvar org-src-preserve-indentation)
 (defvar org-src-preserve-indentation)
 
 

+ 1 - 1
lisp/ob.el

@@ -1601,7 +1601,7 @@ file's directory then expand relative links."
 
 
 (defun org-babel-merge-params (&rest plists)
 (defun org-babel-merge-params (&rest plists)
   "Combine all parameter association lists in PLISTS.
   "Combine all parameter association lists in PLISTS.
-Later elements of PLISTS override the values of previous element.
+Later elements of PLISTS override the values of previous elements.
 This takes into account some special considerations for certain
 This takes into account some special considerations for certain
 parameters when merging lists."
 parameters when merging lists."
   (let ((results-exclusive-groups
   (let ((results-exclusive-groups