emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Tim Landscheidt <tim@tim-landscheidt.de>
To: emacs-orgmode@gnu.org
Subject: [PATCH] ox-rss: Fix typos
Date: Tue, 16 Jul 2019 01:58:52 +0000	[thread overview]
Message-ID: <87lfwyrb42.fsf@passepartout.tim-landscheidt.de> (raw)

---
 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

             reply	other threads:[~2019-07-16  2:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-16  1:58 Tim Landscheidt [this message]
2019-07-16 13:26 ` [PATCH] ox-rss: Fix typos Nicolas Goaziou

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=87lfwyrb42.fsf@passepartout.tim-landscheidt.de \
    --to=tim@tim-landscheidt.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).