Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5efde8 commit ffc4811Copy full SHA for ffc4811
1 file changed
Doc/tools/fixinfo.el
@@ -4,10 +4,8 @@
4
"\\1python-\\2.info")
5
(replace-string "@node Front Matter\n@chapter Abstract\n"
6
"@node Abstract\n@section Abstract\n")
7
- (progn
8
- (mark-whole-buffer)
9
- (texinfo-master-menu 'update-all-nodes)
10
- )
+ (mark-whole-buffer)
+ (texinfo-master-menu 'update-all-nodes)
11
(save-buffer)
12
) ;; fix-python-texinfo
13
0 commit comments