Hi Bastien

On Sun, Sep 23, 2012 at 12:05 PM, Bastien <b...@altern.org> wrote:
>   http://orgmode.org/w/org-mode.git?p=org-mode.git;a=commit;h=0906e3
>
> `org-link-to-org-use-id' has been moved to org-id.el, and its default
> value is now nil.

The attached patch is to align the doc string to the changed default.

Btw.: I always ask myself why has C-h v (describe-variable) never been
told to not only list the current value but also the default when it
is capable to point to the source with the definition?

Michael
From 2a4e828b222754617750516bd2eb4678d061e7f0 Mon Sep 17 00:00:00 2001
From: Michael Brand <michael.ch.br...@gmail.com>
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 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.
-- 
1.7.4.2

Reply via email to