Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ffc4811

Browse files
committed
Simplify slightly.
1 parent c5efde8 commit ffc4811

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Doc/tools/fixinfo.el

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
"\\1python-\\2.info")
55
(replace-string "@node Front Matter\n@chapter Abstract\n"
66
"@node Abstract\n@section Abstract\n")
7-
(progn
8-
(mark-whole-buffer)
9-
(texinfo-master-menu 'update-all-nodes)
10-
)
7+
(mark-whole-buffer)
8+
(texinfo-master-menu 'update-all-nodes)
119
(save-buffer)
1210
) ;; fix-python-texinfo
1311

0 commit comments

Comments
 (0)