diff options
author | Kyle Meyer <kyle@kyleam.com> | 2023-07-30 16:52:11 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2023-07-30 16:52:11 -0400 |
commit | 80c9f491fc8dc068421f32cd15e0b387a6d1ee11 (patch) | |
tree | 016bb577c006768a47012d5fa4ca61d61eb5e0cf /lisp/org/ox-texinfo.el | |
parent | 735f3700f6510608415fd647dc28c0332c11d011 (diff) | |
download | emacs-80c9f491fc8dc068421f32cd15e0b387a6d1ee11.tar.gz emacs-80c9f491fc8dc068421f32cd15e0b387a6d1ee11.tar.bz2 emacs-80c9f491fc8dc068421f32cd15e0b387a6d1ee11.zip |
Update to Org 9.6.7-5-gd1d0c3
Diffstat (limited to 'lisp/org/ox-texinfo.el')
-rw-r--r-- | lisp/org/ox-texinfo.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/org/ox-texinfo.el b/lisp/org/ox-texinfo.el index f822f3d110c..5befcac1c39 100644 --- a/lisp/org/ox-texinfo.el +++ b/lisp/org/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)) |