From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rodrigo Lazo Subject: [PATCH] Docstring fix for org-export-preprocess-string Date: Thu, 10 Mar 2011 14:13:30 -0300 Message-ID: <86ei6eoq4l.fsf@thinkpad.colorado> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=49343 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxjQo-0003FL-U7 for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 12:13:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxjQo-00065J-2e for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 12:13:46 -0500 Received: from lo.gmane.org ([80.91.229.12]:48826) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxjQn-000658-Sb for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 12:13:46 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PxjQm-000581-9x for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 18:13:44 +0100 Received: from 189.111.170.27 ([189.111.170.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Mar 2011 18:13:43 +0100 Received: from rlazo.paz by 189.111.170.27 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Mar 2011 18:13:43 +0100 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 Hi, I found a trivial error with this docstring. --8<---------------cut here---------------start------------->8--- diff --git a/lisp/org-exp.el b/lisp/org-exp.el index dff86b6..34f101d 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -1042,7 +1042,7 @@ Pressing `1' will switch between these two options." "Alist of code references and line numbers.") (defun org-export-preprocess-string (string &rest parameters) - "Cleanup STRING so that that the true exported has a more consistent source. + "Cleanup STRING so that the true exported has a more consistent source. This function takes STRING, which should be a buffer-string of an org-file to export. It then creates a temporary buffer where it does its job. The result is then again returned as a string, and the exporter works @@ -3084,4 +3084,3 @@ The depends on the variable `org-export-copy-to-kill'." ;; arch-tag: 65985fe9-095c-49c7-a7b6-cb4ee15c0a95 ;;; org-exp.el ends here - --8<---------------cut here---------------end--------------->8--- Best regards, Seb -- Rodrigo Lazo