diff --git a/lisp/ox-texinfo.el b/lisp/ox-texinfo.el index e6f8ceac2..315e8ab34 100644 --- a/lisp/ox-texinfo.el +++ b/lisp/ox-texinfo.el @@ -804,7 +804,7 @@ holding export options." ;; Configure Top Node when not for Tex "@ifnottex\n" "@node Top\n" - "@top " title " Manual\n" + (format "@top %s\n" title) (and copying "@insertcopying\n") "@end ifnottex\n\n" ;; Menu.