Browse Source

Fix docstring

Carsten Dominik 16 years ago
parent
commit
0ec316bbb5
1 changed files with 5 additions and 1 deletions
  1. 5 1
      lisp/org.el

+ 5 - 1
lisp/org.el

@@ -1064,7 +1064,7 @@ It should match if the message is from the user him/herself."
   "Non-nil means, storing a link to an Org file will use entry IDs.
 
 Note that before this variable is even considered, org-id must be loaded,
-to please customize `org-modules' and turn it on.
+so please customize `org-modules' and turn it on.
 
 The variable can have the following values:
 
@@ -1081,6 +1081,10 @@ create-if-interactive
       template to an entry not having an ID, create it first by
       explicitly creating a link to it, using `C-c C-l' first.
 
+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.
+
 use-existing
       Use existing ID, do not create one.