From 38928848c7d5bde4aecd160ee4093fc423f2b4c3 Mon Sep 17 00:00:00 2001 From: Bastien Date: Sun, 23 Feb 2020 14:29:38 +0100 Subject: [PATCH] org-id.el: Fix typo in comment * lisp/org-id.el (org-id-find-id-file): Fix typo in comment. --- lisp/org-id.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-id.el b/lisp/org-id.el index 3efbde04d..14a461500 100644 --- a/lisp/org-id.el +++ b/lisp/org-id.el @@ -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)))))