Explorar o código

ox-texinfo: Do not hardcode "Manual" in top node

* lisp/ox-texinfo.el (org-texinfo-template): Do not hardcode "Manual"
  in top node.
Nicolas Goaziou %!s(int64=11) %!d(string=hai) anos
pai
achega
f002451544
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/ox-texinfo.el

+ 1 - 1
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.