diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-02-12 23:42:56 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-02-12 23:42:56 -0500 |
commit | ceb9f4085dec45cd46c5dccf2a395956760ed46e (patch) | |
tree | 6122024b9f72bcaf9bbc376d8b1da46e87a4e6a7 | |
parent | f29a26c353441b750a7f2c4f14834f68b6f15ecd (diff) | |
download | org-link-edit-ceb9f4085dec45cd46c5dccf2a395956760ed46e.tar.gz |
Fix typo in comment
-rw-r--r-- | org-link-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-link-edit.el b/org-link-edit.el index 5de3031..6c1f1ae 100644 --- a/org-link-edit.el +++ b/org-link-edit.el @@ -237,7 +237,7 @@ If N is negative, barf leading words instead of trailing words." (delete-region beg end) (insert (org-make-link-string link new-desc)) (if (string= new-desc "") - ;; Two brackets are dropped when pass nil description is + ;; Two brackets are dropped when a nil description is ;; passed to `org-make-link-string'. (progn (goto-char (- end (+ 2 (length desc)))) (setq barfed (concat " " barfed))) |