1 (defun fix-python-texinfo ()
2 (goto-char (point-min))
3 (replace-regexp "\\(@setfilename \\)\\([-a-z]*\\)$"
5 (replace-string "@node Front Matter\n@chapter Abstract\n"
6 "@node Abstract\n@section Abstract\n")
8 (texinfo-master-menu 'update-all-nodes
)
10 ) ;; fix-python-texinfo
13 (find-file (car command-line-args-left
))