diff --git a/src/help.c b/src/help.c index 796c086..48f171a 100644 --- a/src/help.c +++ b/src/help.c @@ -86,8 +86,7 @@ void display_the_help_text(bool redisplaying) display_buffer(); - /* FIXME: edittop should already be pointing at top of file. */ - openfile->edittop = openfile->fileage; + edit_refresh(); /* Move to the position in the file where we were before. */ while (TRUE) {