mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Simplify slightly.
This commit is contained in:
parent
c5efde8522
commit
ffc4811a40
1 changed files with 2 additions and 4 deletions
|
|
@ -4,10 +4,8 @@
|
|||
"\\1python-\\2.info")
|
||||
(replace-string "@node Front Matter\n@chapter Abstract\n"
|
||||
"@node Abstract\n@section Abstract\n")
|
||||
(progn
|
||||
(mark-whole-buffer)
|
||||
(texinfo-master-menu 'update-all-nodes)
|
||||
)
|
||||
(mark-whole-buffer)
|
||||
(texinfo-master-menu 'update-all-nodes)
|
||||
(save-buffer)
|
||||
) ;; fix-python-texinfo
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue