summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Maus <dmaus@ictsoc.de>2011-06-01 07:54:56 +0200
committerDavid Maus <dmaus@ictsoc.de>2011-06-01 08:30:52 +0200
commite33ba24640c326929c1c47c1ff134cfe7cd04e24 (patch)
tree1e8fee316b13e75d03bfb904e1db9e0ffb1a3cf2
parent00040e708c68af0ada8ae17a74485304d3d5a817 (diff)
downloadorg-mode-e33ba24640c326929c1c47c1ff134cfe7cd04e24.tar.gz
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..
-rw-r--r--lisp/org-id.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/org-id.el b/lisp/org-id.el
index 3759e50..f3dd397 100644
--- a/lisp/org-id.el
+++ b/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.")