From: David Maus <dmaus@ictsoc.de>
To: emacs-orgmode@gnu.org
Subject: [PATCH 1/2] Fix docstring.
Date: Sun, 4 Jul 2010 16:16:01 +0200 [thread overview]
Message-ID: <1278252962-10607-1-git-send-email-dmaus@ictsoc.de> (raw)
* 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
next reply other threads:[~2010-07-04 14:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-04 14:16 David Maus [this message]
2010-07-04 14:16 ` [PATCH 2/2] Fix typo in docstring David Maus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1278252962-10607-1-git-send-email-dmaus@ictsoc.de \
--to=dmaus@ictsoc.de \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).