aboutsummaryrefslogtreecommitdiff
path: root/org-link-edit.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-02-12 23:42:56 -0500
committerKyle Meyer <kyle@kyleam.com>2015-02-12 23:42:56 -0500
commitceb9f4085dec45cd46c5dccf2a395956760ed46e (patch)
tree6122024b9f72bcaf9bbc376d8b1da46e87a4e6a7 /org-link-edit.el
parentf29a26c353441b750a7f2c4f14834f68b6f15ecd (diff)
downloadorg-link-edit-ceb9f4085dec45cd46c5dccf2a395956760ed46e.tar.gz
Fix typo in comment
Diffstat (limited to 'org-link-edit.el')
-rw-r--r--org-link-edit.el2
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)))