org-footnote.el (org-footnote-auto-label): Minor docstring fix

* org-footnote.el (org-footnote-auto-label): Minor docstring fix.
This commit is contained in:
Bastien Guerry 2013-04-08 18:08:03 +02:00
parent 1144903cfa
commit 596177cd5d
1 changed files with 5 additions and 5 deletions

View File

@ -138,13 +138,13 @@ will be used to define the footnote at the reference position."
"Non-nil means define automatically new labels for footnotes.
Possible values are:
nil prompt the user for each label
t create unique labels of the form [fn:1], [fn:2], ...
confirm like t, but let the user edit the created value. In particular,
the label can be removed from the minibuffer, to create
nil Prompt the user for each label.
t Create unique labels of the form [fn:1], [fn:2], etc.
confirm Like t, but let the user edit the created value.
The label can be removed from the minibuffer to create
an anonymous footnote.
random Automatically generate a unique, random label.
plain Automatically create plain number labels like [1]"
plain Automatically create plain number labels like [1]."
:group 'org-footnote
:type '(choice
(const :tag "Prompt for label" nil)