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

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

[elpa] externals/org 2c77551a68 1/4: org-texinfo-export-to-info: Fix doc


From: ELPA Syncer
Subject: [elpa] externals/org 2c77551a68 1/4: org-texinfo-export-to-info: Fix docstring
Date: Fri, 2 Jun 2023 03:59:26 -0400 (EDT)

branch: externals/org
commit 2c77551a6802ea3dbc303344719ee55a053e75a8
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    org-texinfo-export-to-info: Fix docstring
    
    * lisp/ox-texinfo.el (org-texinfo-export-to-info): Remove description
    of a removed argument from the docstring.  The PUB-DIR argument has
    been removed in 496ed832d.
    
    Reported-by: Niall Dooley <dooleyn@gmail.com>
    Link: 
https://list.orgmode.org/orgmode/CADS3Lq7W=LZYd3F3aA0p1RaDWdHSmwahvs8oyJfx_Hw0WF9K9Q@mail.gmail.com/
---
 lisp/ox-texinfo.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lisp/ox-texinfo.el b/lisp/ox-texinfo.el
index 1e194ec6be..5502cd2894 100644
--- a/lisp/ox-texinfo.el
+++ b/lisp/ox-texinfo.el
@@ -1965,9 +1965,6 @@ EXT-PLIST, when provided, is a property list with external
 parameters overriding Org default settings, but still inferior to
 file-local settings.
 
-When optional argument PUB-DIR is set, use it as the publishing
-directory.
-
 Return INFO file's name."
   (interactive)
   (let ((outfile (org-export-output-file-name ".texi" subtreep))



reply via email to

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