From ceb9f4085dec45cd46c5dccf2a395956760ed46e Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 12 Feb 2015 23:42:56 -0500 Subject: Fix typo in comment --- org-link-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org-link-edit.el') 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))) -- cgit v1.2.3