Forráskód Böngészése

org-footnote: fix a doc-string

Nicolas Goaziou 13 éve
szülő
commit
c2c7e88677
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      lisp/org-footnote.el

+ 2 - 1
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))