diff --git a/doc/xschem_man/xschem_man.html b/doc/xschem_man/xschem_man.html
index f154c36a..a53d7c64 100644
--- a/doc/xschem_man/xschem_man.html
+++ b/doc/xschem_man/xschem_man.html
@@ -23,9 +23,7 @@
-
+ All in one pdf documentation (repo.hu, github, sourceforge version with autoconfig)
INDEX
diff --git a/src/xinit.c b/src/xinit.c
index c9753e97..9afc2618 100644
--- a/src/xinit.c
+++ b/src/xinit.c
@@ -2147,13 +2147,9 @@ int Tcl_AppInit(Tcl_Interp *inter)
tclsetvar("ControlMask", tmp);
#endif
-
/* END X INITIALIZATION */
-
-
init_done=1; /* 20171008 moved before option processing, otherwise xwin_exit will not be invoked */
/* leaving undo buffer and other garbage around. */
-
/* */
/* Completing tk windows creation (see xschem.tcl, pack_widgets) and event binding */
/* *AFTER* X initialization done */