emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] [PATCH 1/2] Fix docstring.


From: David Maus
Subject: [Orgmode] [PATCH 1/2] Fix docstring.
Date: Sun, 4 Jul 2010 16:16:01 +0200

* babel/ob-exp.el (org-babel-function-def-export-keyword): Fix
docstring.

Parenthesis at the beginning of a docstring line should be escaped.
---
 lisp/babel/ob-exp.el |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/lisp/babel/ob-exp.el b/lisp/babel/ob-exp.el
index 59ad4af..420f223 100644
--- a/lisp/babel/ob-exp.el
+++ b/lisp/babel/ob-exp.el
@@ -54,13 +54,12 @@ line. A source block is considered to be a source block 
function
 if the source name is present and is followed by a parenthesized
 argument list. The parentheses may be empty or contain
 whitespace. An example is the following which generates n random
-(uniform) numbers.
+\(uniform) numbers.
 
 #+source: rand(n)
 #+begin_src R
   runif(n)
-#+end_src
-")
+#+end_src")
 
 (defvar org-babel-function-def-export-indent 4
   "When exporting a source block function, the block contents
-- 
1.7.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]