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

* lisp/ox-texinfo.el (org-texinfo-template): Do not hardcode "Manual"
  in top node.
This commit is contained in:
Nicolas Goaziou 2014-08-04 02:31:36 +02:00
parent 4b6f9b25b8
commit f002451544
1 changed files with 1 additions and 1 deletions

View File

@ -804,7 +804,7 @@ holding export options."
;; Configure Top Node when not for Tex ;; Configure Top Node when not for Tex
"@ifnottex\n" "@ifnottex\n"
"@node Top\n" "@node Top\n"
"@top " title " Manual\n" (format "@top %s\n" title)
(and copying "@insertcopying\n") (and copying "@insertcopying\n")
"@end ifnottex\n\n" "@end ifnottex\n\n"
;; Menu. ;; Menu.