emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org a407a89c5f: org-footnote.el:org-footnote-section: F


From: ELPA Syncer
Subject: [elpa] externals/org a407a89c5f: org-footnote.el:org-footnote-section: Fix typo in docstring
Date: Sun, 29 May 2022 08:57:41 -0400 (EDT)

branch: externals/org
commit a407a89c5f0bde830d2328f98d4e31b4187932db
Author: Ihor Radchenko <yantar92@gmail.com>
Commit: Ihor Radchenko <yantar92@gmail.com>

    org-footnote.el:org-footnote-section: Fix typo in docstring
    
    Reported in 
https://list.orgmode.org/c43cc980-108a-176b-accc-e5649264ba53@gmail.com/T/#u
---
 lisp/org-footnote.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el
index a4c9ae7705..0a5f994a42 100644
--- a/lisp/org-footnote.el
+++ b/lisp/org-footnote.el
@@ -91,13 +91,13 @@ Match group 1 contains definition's label.")
 (defcustom org-footnote-section "Footnotes"
   "Outline heading containing footnote definitions.
 
-This can be nil, to place footnotes locally at the end of the
-current outline node.  If can also be the name of a special
-outline heading under which footnotes should be put.
+This can be nil, to place footnotes locally at the end of the current
+outline node.  It can also be a string representing the name of a
+special outline heading under which footnotes should be put.
 
 This variable defines the place where Org puts the definition
 automatically, i.e. when creating the footnote, and when sorting
-the notes.  However, by hand you may place definitions
+the notes.  However, by hand, you may place definitions
 *anywhere*.
 
 If this is a string, during export, all subtrees starting with



reply via email to

[Prev in Thread] Current Thread [Next in Thread]