commit 058d6a2f1565413a444155515bf5f6d6238cabae
Author: Dan Gildea <dgildea>
Date:   Mon Jan 14 06:32:37 2019 -0500

    fix -notop_navigation (had no effect)
    
    Fixes #49

diff --git a/Changes b/Changes
index 5a995e1..201e4df 100644
--- a/Changes
+++ b/Changes
@@ -112,6 +112,10 @@
 # A more detailed log history can be found within the particular files, near
 # the top.
 #
+#		- fix -notop_navigation (had no effect)
+#
+#--------- v2019
+#
 #		- remove obsolete "table" option
 #		  https://bugs.debian.org/276037
 #		- fix "make test"
diff --git a/latex2html.pin b/latex2html.pin
index 1d067a4..cf6459e 100755
--- a/latex2html.pin
+++ b/latex2html.pin
@@ -7676,7 +7676,7 @@ sub post_process {
 #
 	    $top_navigation = (defined(&top_navigation_panel) ?
 			       &top_navigation_panel : &navigation_panel)
-		unless $NO_NAVIGATION;
+		unless $NO_NAVIGATION || !$TOP_NAVIGATION;
 	    $bot_navigation = (defined(&bot_navigation_panel) ?
 			       &bot_navigation_panel : &navigation_panel)
 		unless $NO_NAVIGATION;
diff --git a/texexpand.1 b/texexpand.1
index 458c3a1..5c58960 100644
--- a/texexpand.1
+++ b/texexpand.1
@@ -242,7 +242,7 @@ has to be on a separate line.
 11. Everything behind a `%\*(R' that isn't preceded by a `\e\*(R' is regarded as
 a comment, i.e. it is printed but not interpreted.
 .PP
-12. If any command listed in 10. is preceded by an occurence of `\everb\*(R' or
+12. If any command listed in 10. is preceded by an occurrence of `\everb\*(R' or
 `\elatex\*(R' then it is \s-1NOT\s0 interpreted. This crashes on lines like this:
 blah blah \everb+foo foo+ \einput{bar} % bar won't be loaded!
 .PP
