فهرست منبع

org-id.el: Fix typo in comment

* lisp/org-id.el (org-id-find-id-file): Fix typo in comment.
Bastien 5 سال پیش
والد
کامیت
f56f2b323a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lisp/org-id.el

+ 1 - 1
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)))))