From e33ba24640c326929c1c47c1ff134cfe7cd04e24 Mon Sep 17 00:00:00 2001 From: David Maus Date: Wed, 1 Jun 2011 07:54:56 +0200 Subject: [PATCH] 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.. --- lisp/org-id.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lisp/org-id.el b/lisp/org-id.el index 3759e506a..f3dd39716 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.")