From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: [PATCH 2/2] Fix typo in docstring. Date: Sun, 4 Jul 2010 16:16:02 +0200 Message-ID: <1278252962-10607-2-git-send-email-dmaus@ictsoc.de> References: <1278252962-10607-1-git-send-email-dmaus@ictsoc.de> Return-path: Received: from [140.186.70.92] (port=49418 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVPzf-000864-Cs for emacs-orgmode@gnu.org; Sun, 04 Jul 2010 10:16:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OVPze-0005gC-AL for emacs-orgmode@gnu.org; Sun, 04 Jul 2010 10:16:27 -0400 Received: from mysql1.xlhost.de ([213.202.242.106]:58298) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVPzd-0005g2-W2 for emacs-orgmode@gnu.org; Sun, 04 Jul 2010 10:16:26 -0400 In-Reply-To: <1278252962-10607-1-git-send-email-dmaus@ictsoc.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org * 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