Quellcode durchsuchen

Remove reference to non-existent configuration option

* org-id.el (org-id-locations): Fix docstring, remove reference to
  non-existent option.

The configuration option `org-id-use-hash' does not exist. Git bisect
and grepping for 'org-id-use-hash' showed that this string never ever
occured more than once, hence it was never there..
David Maus vor 13 Jahren
Ursprung
Commit
e33ba24640
1 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  1. 1 3
      lisp/org-id.el

+ 1 - 3
lisp/org-id.el

@@ -151,9 +151,7 @@ This variable is only relevant when `org-id-track-globally' is set."
   :type 'file)
 
 (defvar org-id-locations nil
-  "List of files with IDs in those files.
-Depending on `org-id-use-hash' this can also be a hash table mapping IDs
-to files.")
+  "List of files with IDs in those files.")
 
 (defvar org-id-files nil
   "List of files that contain IDs.")