emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/org-mime e5e4c59022 103/118: fixed some typo


From: ELPA Syncer
Subject: [nongnu] elpa/org-mime e5e4c59022 103/118: fixed some typo
Date: Wed, 5 Jan 2022 07:58:50 -0500 (EST)

branch: elpa/org-mime
commit e5e4c590223b7b3901746ca49b3d637d7fa47645
Author: Chen Bin <chenbin.sh@gmail.com>
Commit: Chen Bin <chenbin.sh@gmail.com>

    fixed some typo
---
 org-mime.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/org-mime.el b/org-mime.el
index c35e96cb6a..04094e69e0 100644
--- a/org-mime.el
+++ b/org-mime.el
@@ -125,7 +125,7 @@
   :type 'boolean)
 
 (defcustom org-mime-use-property-inheritance nil
-  "Non-nil means al MAIL_ properties apply also for sublevels."
+  "Non-nil means al MAIL_ properties apply also for sub-levels."
   :group 'org-mime
   :type 'boolean)
 
@@ -522,7 +522,7 @@ If called with an active region only export that region, 
otherwise entire body."
 
 (defun org-mime-compose (exported file to subject headers subtreep)
   "Create mail body from EXPORTED in FILE with TO, SUBJECT, HEADERS.
-If SUBTREEP is t, curret org node is subtree."
+If SUBTREEP is t, current org node is subtree."
   ;; start composing mail
   (let* ((html (car exported))
          (plain (cdr exported))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]