summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-04-08 18:08:03 +0200
committerBastien Guerry <bzg@altern.org>2013-04-08 21:25:09 +0200
commit596177cd5d3a6575b624221a38246768ece03f29 (patch)
tree5f9102fc6ea08feec544986d4a604bfaf1cd08c2
parent1144903cfa9fd2d845a90263bf97e24c314c312e (diff)
downloadorg-mode-596177cd5d3a6575b624221a38246768ece03f29.tar.gz
org-footnote.el (org-footnote-auto-label): Minor docstring fix
* org-footnote.el (org-footnote-auto-label): Minor docstring fix.
-rw-r--r--lisp/org-footnote.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el
index 02af43f..b014cd8 100644
--- a/lisp/org-footnote.el
+++ b/lisp/org-footnote.el
@@ -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)