org-id.el: Fix typo in comment

* lisp/org-id.el (org-id-find-id-file): Fix typo in comment.
This commit is contained in:
Bastien 2020-02-23 14:29:38 +01:00
parent 05f294ec5b
commit 38928848c7
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@ When FILES is given, scan also these files."
(or (and org-id-locations
(hash-table-p org-id-locations)
(gethash id org-id-locations))
;; ball back on current buffer
;; Fall back on current buffer
(buffer-file-name (or (buffer-base-buffer (current-buffer))
(current-buffer)))))