diff --git a/doc/xschem_man/run_xschem.html b/doc/xschem_man/run_xschem.html
index a308ddff..f3afef8e 100644
--- a/doc/xschem_man/run_xschem.html
+++ b/doc/xschem_man/run_xschem.html
@@ -66,7 +66,6 @@ Options:
--netlist_filename <file>
-t --tedax Set netlist type to tEDAx.
-s --spice Set netlist type to SPICE.
- -3 --a3page Set page size for pdf export to A3.
-x --no_x Don't use X (only command mode).
-z --rainbow Use a raibow-looking layer color table.
-W --waves Show simulation waveforms.
diff --git a/src/ngspice_backannotate.tcl b/src/ngspice_backannotate.tcl
index 84e76dcb..e8211518 100644
--- a/src/ngspice_backannotate.tcl
+++ b/src/ngspice_backannotate.tcl
@@ -232,4 +232,4 @@ proc ngspice::annotate {} {
}
}
-if { ![info exists no_x] } {bind .drw {puts {Annotating...}; ngspice::annotate} }
+if { [info exists ::has_x] } {bind .drw {puts {Annotating...}; ngspice::annotate} }
diff --git a/src/xschem.help b/src/xschem.help
index 85e275a6..5ba3ac5e 100644
--- a/src/xschem.help
+++ b/src/xschem.help
@@ -20,7 +20,6 @@ Options:
--netlist_filename
-t --tedax Set netlist type to tEDAx.
-s --spice Set netlist type to SPICE.
- -3 --a3page Set page size for pdf export to A3.
-x --no_x Don't use X (only command mode).
-z --rainbow Use a raibow-looking layer color table.
-W --waves Show simulation waveforms.