aboutsummaryrefslogtreecommitdiff
path: root/org-link-edit.el
diff options
context:
space:
mode:
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)))