소스 검색

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