Browse Source

ob-exp.el (org-babel-exp-src-block): Tiny docstring fix

* ob-exp.el (org-babel-exp-src-block): Tiny docstring fix.
Bastien Guerry 12 years ago
parent
commit
a2e13d7e73
1 changed files with 3 additions and 3 deletions
  1. 3 3
      lisp/ob-exp.el

+ 3 - 3
lisp/ob-exp.el

@@ -92,8 +92,8 @@ process."
 
 (defun org-babel-exp-src-block (&rest headers)
   "Process source block for export.
-Depending on the 'export' headers argument in replace the source
-code block with...
+Depending on the 'export' headers argument, replace the source
+code block like this:
 
 both ---- display the code and the results
 
@@ -103,7 +103,7 @@ code ---- the default, display the code inside the block but do
 results - just like none only the block is run on export ensuring
           that it's results are present in the org-mode buffer
 
-none ----- do not display either code or results upon export
+none ---- do not display either code or results upon export
 
 Assume point is at the beginning of block's starting line."
   (interactive)