0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 22:07:49 +00:00

org-mime: Fix a docstring

* contrib/lisp/org-mime.el (org-mime-htmlize): Fix docstring.
This commit is contained in:
Nicolas Goaziou 2015-07-22 09:36:06 +02:00
parent b9a9f5aa22
commit 7037eb591e

View file

@ -195,9 +195,9 @@ and images in a multipart/related part."
html-images)))
(defun org-mime-htmlize (&optional arg)
"Export a portion of an email body composed using `mml-mode' to
html using `org-mode'. If called with an active region only
export that region, otherwise export the entire body."
"Export to HTML an email body composed using `mml-mode'.
If called with an active region only export that region,
otherwise export the entire body."
(interactive "P")
(require 'ox-org)
(require 'ox-html)