summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2019-06-05 18:34:38 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2019-06-05 18:34:38 +0200
commitba943ac855090ab86b5a6d4895f5b00a4725d322 (patch)
treec2d92d38c6f66961a0c5dd6a265a0a6987726b6a
parent5832c8fc9326f495a898c9ac518b1fbf943882e5 (diff)
downloadorg-mode-ba943ac855090ab86b5a6d4895f5b00a4725d322.tar.gz
ox-md: Silence byte compiler
-rw-r--r--lisp/ox-md.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/ox-md.el b/lisp/ox-md.el
index 089e77b..0a9441a 100644
--- a/lisp/ox-md.el
+++ b/lisp/ox-md.el
@@ -555,7 +555,7 @@ a communication channel."
;;;; Template
-(defun org-md--build-toc (info &optional n keyword scope)
+(defun org-md--build-toc (info &optional n _keyword scope)
"Return a table of contents.
INFO is a plist used as a communication channel.
@@ -563,9 +563,6 @@ INFO is a plist used as a communication channel.
Optional argument N, when non-nil, is an integer specifying the
depth of the table.
-Optional argument KEYWORD specifies the TOC keyword, if any, from
-which the table of contents generation has been initiated.
-
When optional argument SCOPE is non-nil, build a table of
contents according to the specified element."
(concat