summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2011-08-06 12:07:37 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2011-08-06 12:11:07 +0200
commitc2c7e88677b7b1e80d6876be8cffde6884a0416b (patch)
treeb52045691c9aab769f55bdd165aa8e5ab3f8095c
parent2ea5f35fff34ce73ba154b1ed5179d1ef754cbc4 (diff)
downloadorg-mode-c2c7e88677b7b1e80d6876be8cffde6884a0416b.tar.gz
org-footnote: fix a doc-string
-rw-r--r--lisp/org-footnote.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el
index f967fbd..43815ae 100644
--- a/lisp/org-footnote.el
+++ b/lisp/org-footnote.el
@@ -408,7 +408,8 @@ and value definition."
(defun org-footnote-unique-label (&optional current)
"Return a new unique footnote label.
-The returns the firsts fn:N labels that is currently not used."
+The function returns the first \"fn:N\" or \"N\" label that is
+currently not used."
(unless current (setq current (org-footnote-all-labels)))
(let ((fmt (if (eq org-footnote-auto-label 'plain) "%d" "fn:%d"))
(cnt 1))