diff options
-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 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))) |