summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Brand <michael.ch.brand@gmail.com>2012-09-26 19:55:50 +0200
committerBastien Guerry <bzg@altern.org>2012-09-26 23:48:13 +0200
commit2648e3d06b928d308ac7031232bdc719a605cffc (patch)
treedccc19de7081fae4406e426a0c2c57089d070147
parent4f2c79cb49982d270ecad97a38053e5d903a24f2 (diff)
downloadorg-mode-2648e3d06b928d308ac7031232bdc719a605cffc.tar.gz
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.
-rw-r--r--lisp/org-id.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-id.el b/lisp/org-id.el
index 14f990d..a641340 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.