* [PATCH 1/2] Fix docstring.
@ 2010-07-04 14:16 David Maus
2010-07-04 14:16 ` [PATCH 2/2] Fix typo in docstring David Maus
0 siblings, 1 reply; 2+ messages in thread
From: David Maus @ 2010-07-04 14:16 UTC (permalink / raw)
To: emacs-orgmode
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 2/2] Fix typo in docstring.
2010-07-04 14:16 [PATCH 1/2] Fix docstring David Maus
@ 2010-07-04 14:16 ` David Maus
0 siblings, 0 replies; 2+ messages in thread
From: David Maus @ 2010-07-04 14:16 UTC (permalink / raw)
To: emacs-orgmode
* babel/ob-exp.el (org-babel-exp-inline-src-blocks): Fix typo
in docstring.
---
lisp/babel/ob-exp.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/babel/ob-exp.el b/lisp/babel/ob-exp.el
index 420f223..7fa673b 100644
--- a/lisp/babel/ob-exp.el
+++ b/lisp/babel/ob-exp.el
@@ -98,7 +98,7 @@ none ----- do not display either code or results upon export"
(defun org-babel-exp-inline-src-blocks (start end)
"Process inline src blocks between START and END for export.
See `org-babel-exp-src-blocks' for export options, currently the
-options and are taken from `org-babel-defualt-inline-header-args'."
+options and are taken from `org-babel-default-inline-header-args'."
(interactive)
(save-excursion
(goto-char start)
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-04 14:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-04 14:16 [PATCH 1/2] Fix docstring David Maus
2010-07-04 14:16 ` [PATCH 2/2] Fix typo in docstring David Maus
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).