Discussion:
[PATCH] Fix typo in docstring for mh-fetch-x-image-url.
Mike Kupfer
2016-12-29 00:05:26 UTC
Permalink
Attached is a git patch to fix a typo; I'm mostly doing it as an
exercise in learning git and the Emacs development workflow. If you
have any comments, let me know. I submitted a request for commit access
to the Emacs git repo today.

thanks,
mike
Jeffrey Honig
2016-12-29 13:05:54 UTC
Permalink
Post by Mike Kupfer
Attached is a git patch to fix a typo; I'm mostly doing it as an
exercise in learning git and the Emacs development workflow. If you
have any comments, let me know. I submitted a request for commit access
to the Emacs git repo today.
Looks good.

Thanks

Jeff
--
Jeffrey C. Honig <***@honig.net>
https://jchonig.withknown.com
GnuPG ID:14E29E13 <http://jch.honig.net/Home/pgp_key>
Keybase: jchonig <https://keybase.io/jchonig>
Bill Wohler
2017-01-02 23:30:24 UTC
Permalink
How did that get in there? Thanks!
Post by Mike Kupfer
Attached is a git patch to fix a typo; I'm mostly doing it as an
exercise in learning git and the Emacs development workflow. If you
have any comments, let me know. I submitted a request for commit access
to the Emacs git repo today.
thanks,
mike
From e9a34bae4d76bbbf59b630284c61338df257e7a7 Mon Sep 17 00:00:00 2001
Date: Wed, 28 Dec 2016 15:46:19 -0800
Subject: [PATCH] Fix typo in docstring for mh-fetch-x-image-url.
* mh-e.el (mh-fetch-x-image-url): Fix typo in docstring.
---
lisp/mh-e/mh-e.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el
index 12c674d..dfaf317 100644
--- a/lisp/mh-e/mh-e.el
+++ b/lisp/mh-e/mh-e.el
@@ -2330,7 +2330,7 @@ mh-do-not-confirm-flag
(defcustom-mh mh-fetch-x-image-url nil
"Control fetching of \"X-Image-URL:\" header field image.
-Ths option controls the fetching of the \"X-Image-URL:\" header
+This option controls the fetching of the \"X-Image-URL:\" header
Ask Before Fetching
--
2.1.4
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
mh-e-devel mailing list
https://lists.sourceforge.net/lists/listinfo/mh-e-devel
--
Bill Wohler <***@newt.com> aka <***@nasa.gov>
http://www.newt.com/wohler/
GnuPG ID:610BD9AD
Loading...