From 2648e3d06b928d308ac7031232bdc719a605cffc Mon Sep 17 00:00:00 2001 From: Michael Brand Date: Wed, 26 Sep 2012 19:55:50 +0200 Subject: [PATCH] org-id-link-to-org-use-id: Align doc string * org-id.el (org-id-link-to-org-use-id): Align the doc string to the changed default. A leftover of commit 0906e32b. --- lisp/org-id.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-id.el b/lisp/org-id.el index 14f990db4..a6413406d 100644 --- a/lisp/org-id.el +++ b/lisp/org-id.el @@ -105,7 +105,7 @@ create-if-interactive create-if-interactive-and-no-custom-id Like create-if-interactive, but do not create an ID if there is - a CUSTOM_ID property defined in the entry. This is the default. + a CUSTOM_ID property defined in the entry. use-existing Use existing ID, do not create one. -- 2.11.4.GIT