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..
This commit is contained in:
David Maus 2011-06-01 07:54:56 +02:00
parent 00040e708c
commit e33ba24640
1 changed files with 1 additions and 3 deletions

View File

@ -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.")