aboutsummaryrefslogtreecommitdiff
path: root/org-link-edit.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-02-14 02:12:14 -0500
committerKyle Meyer <kyle@kyleam.com>2015-02-14 02:12:14 -0500
commita6512da3bc6d5e1d9be79387e2438d36febd8de1 (patch)
treecc25ca8e5045726c4cecbca34a7188cf987d0a71 /org-link-edit.el
parentb40644ebad460a2043f4d54c751c7884d725447a (diff)
downloadorg-link-edit-a6512da3bc6d5e1d9be79387e2438d36febd8de1.tar.gz
Correct 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 b30a04b..3df5a0f 100644
--- a/org-link-edit.el
+++ b/org-link-edit.el
@@ -240,7 +240,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 a nil description is
+ ;; Two brackets are dropped when an empty description is
;; passed to `org-make-link-string'.
(progn (goto-char (- end (+ 2 (length desc))))
(setq barfed (concat " " barfed)))