From 596177cd5d3a6575b624221a38246768ece03f29 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 8 Apr 2013 18:08:03 +0200 Subject: [PATCH] org-footnote.el (org-footnote-auto-label): Minor docstring fix * org-footnote.el (org-footnote-auto-label): Minor docstring fix. --- lisp/org-footnote.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el index 02af43f50..b014cd89a 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)