summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/tools/fixinfo.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/Doc/tools/fixinfo.el b/Doc/tools/fixinfo.el
index 75baf34..267a7e3 100644
--- a/Doc/tools/fixinfo.el
+++ b/Doc/tools/fixinfo.el
@@ -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