branch: externals/embark
commit de4b37cf2a4cfc4e755da3447ed6336798dfe6b7
Author: Omar Antolín <omar.anto...@gmail.com>
Commit: Omar Antolín <omar.anto...@gmail.com>

    Typos in comment
---
 embark-org.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/embark-org.el b/embark-org.el
index 5ca25c27af..95c56fa7fe 100644
--- a/embark-org.el
+++ b/embark-org.el
@@ -34,9 +34,10 @@
 
 ;; There are very many org element and objects types, we'll only
 ;; recognize those for which there are specific actions we can put in
-;; a keymap, or for even if there aren't any specific actions, if it's
-;; import to be able to kill, delete or duplicate (embark-insert) them
-;; conveniently.  I'll start conservatively and we can add more later
+;; a keymap, or even if there aren't any specific actions, if it's
+;; important to be able to kill, delete or duplicate (embark-insert)
+;; them conveniently.  I'll start conservatively and we can add more
+;; later
 
 (defconst embark-org--types
   '(

Reply via email to