From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Landscheidt Subject: [PATCH] ox-rss: Fix typos Date: Tue, 16 Jul 2019 01:58:52 +0000 Message-ID: <87lfwyrb42.fsf@passepartout.tim-landscheidt.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36723) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hnCmt-0003A3-MN for emacs-orgmode@gnu.org; Mon, 15 Jul 2019 22:01:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hnCmr-0000di-GP for emacs-orgmode@gnu.org; Mon, 15 Jul 2019 22:01:51 -0400 Received: from andalucia.tim-landscheidt.de ([116.203.78.250]:55784 helo=andalucia) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hnCmr-0000Yo-Ac for emacs-orgmode@gnu.org; Mon, 15 Jul 2019 22:01:49 -0400 Received: from dslb-090-186-216-122.090.186.pools.vodafone-ip.de ([90.186.216.122]:47312 helo=passepartout.tim-landscheidt.de) by andalucia with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hnCmc-0000tH-CD for emacs-orgmode@gnu.org; Tue, 16 Jul 2019 04:01:34 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org --- contrib/lisp/ox-rss.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/contrib/lisp/ox-rss.el b/contrib/lisp/ox-rss.el index 10f2cc244..bb069dadf 100644 --- a/contrib/lisp/ox-rss.el +++ b/contrib/lisp/ox-rss.el @@ -22,8 +22,8 @@ ;;; Commentary: -;; This library implements a RSS 2.0 back-end for Org exporter, based on -;; the `html' back-end. +;; This library implements an RSS 2.0 back-end for Org exporter, based +;; on the `html' back-end. ;; ;; It requires Emacs 24.1 at least. ;; @@ -85,7 +85,7 @@ :package-version '(Org . "8.0")) (defcustom org-rss-image-url "https://orgmode.org/img/org-mode-unicorn-logo.png" - "The URL of the an image for the RSS feed." + "The URL of the image for the RSS feed." :group 'org-export-rss :type 'string) @@ -143,7 +143,7 @@ When nil, Org will create ids using `org-icalendar-create-uid'." ;;;###autoload (defun org-rss-export-as-rss (&optional async subtreep visible-only) - "Export current buffer to a RSS buffer. + "Export current buffer to an RSS buffer. If narrowing is active in the current buffer, only export its narrowed part. @@ -173,7 +173,7 @@ non-nil." ;;;###autoload (defun org-rss-export-to-rss (&optional async subtreep visible-only) - "Export current buffer to a RSS file. + "Export current buffer to an RSS file. If narrowing is active in the current buffer, only export its narrowed part. -- 2.20.1