Commit Diff


commit - a526f3ebd00fa568afc87f6869fffced402d8fa6
commit + 8c4ae8cec09f2f877c2f5affbc8d6c796468c3c8
blob - 9c1c5b40b82b072c84b713e30fa10a65b0807987
blob + c215bb0e2afa6871f4f93d31fd8c9224af20a3a8
--- cmd.h
+++ cmd.h
@@ -57,7 +57,7 @@ CMD(cmd_previous_heading,	"Move point to the previous 
 CMD(cmd_previous_line,		"Move point to the previous visual line.");
 CMD(cmd_previous_page,		"Go backward in the page history.");
 CMD(cmd_push_button,		"Follow link at point or toggle pre-visibility.");
-CMD(cmd_push_button_new_tab,	"Follow link at point in a new tab.n");
+CMD(cmd_push_button_new_tab,	"Follow link at point in a new tab.");
 CMD(cmd_redraw,			"Redraw the screen.");
 CMD(cmd_reload_page,		"Reload the current page.");
 CMD(cmd_reply_last_input,	"Reply last input request.");