* Doc string patch
@ 2020-05-10 5:47 Mak Kolybabi
2020-05-16 18:46 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Mak Kolybabi @ 2020-05-10 5:47 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 108 bytes --]
I noticed a copy-and-paste error in the doc string for ox-md-link,
corrected in the attached patch.
-Mak
[-- Attachment #2: 0001-Correct-doc-string-for-org-md-link.patch --]
[-- Type: text/x-patch, Size: 755 bytes --]
From 29c2ae2005e5d4baf22e54ec0573bcaebe1d0c20 Mon Sep 17 00:00:00 2001
From: Mak Kolybabi <mkolybabi@securityscorecard.io>
Date: Sun, 10 May 2020 00:41:54 -0500
Subject: [PATCH] Correct doc string for org-md-link.
---
lisp/ox-md.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/ox-md.el b/lisp/ox-md.el
index f27645976..7dbae07be 100644
--- a/lisp/ox-md.el
+++ b/lisp/ox-md.el
@@ -386,7 +386,7 @@ channel."
;;;; Link
(defun org-md-link (link desc info)
- "Transcode LINE-BREAK object into Markdown format.
+ "Transcode LINK object into Markdown format.
DESC is the description part of the link, or the empty string.
INFO is a plist holding contextual information. See
`org-export-data'."
--
2.24.2 (Apple Git-127)
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: Doc string patch
2020-05-10 5:47 Doc string patch Mak Kolybabi
@ 2020-05-16 18:46 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-05-16 18:46 UTC (permalink / raw)
To: Mak Kolybabi; +Cc: emacs-orgmode
Hello,
Mak Kolybabi <mak@kolybabi.com> writes:
> I noticed a copy-and-paste error in the doc string for ox-md-link,
> corrected in the attached patch.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-05-16 18:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-10 5:47 Doc string patch Mak Kolybabi
2020-05-16 18:46 ` Nicolas Goaziou
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).