[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] [PATCH] ox.el: Remove docstring for nonexistent argument
From: |
Ruben Maher |
Subject: |
[O] [PATCH] ox.el: Remove docstring for nonexistent argument |
Date: |
Sat, 25 Jul 2015 17:13:21 +0930 |
* lisp/ox.el (org-export-output-file-name): Remove docstring for
nonexistent argument VISIBLE-ONLY.
---
lisp/ox.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/lisp/ox.el b/lisp/ox.el
index 020d525..b06211b 100644
--- a/lisp/ox.el
+++ b/lisp/ox.el
@@ -5905,9 +5905,6 @@ of subtree at point.
When optional argument PUB-DIR is set, use it as the publishing
directory.
-When optional argument VISIBLE-ONLY is non-nil, don't export
-contents of hidden elements.
-
Return file name as a string."
(let* ((visited-file (buffer-file-name (buffer-base-buffer)))
(base-name
--
2.4.5
- [O] [PATCH] ox.el: Remove docstring for nonexistent argument,
Ruben Maher <=