This file is indexed.

/usr/share/zsh/help/unsetopt is in zsh-common 5.1.1-1ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
unsetopt [ {+|-}options | {+|-}o option_name ] [ name ... ]
       Unset  the  options for the shell.  All options specified either
       with flags or by name are unset.  If no arguments are  supplied,
       the names of all options currently unset are printed.  If the -m
       flag is given the arguments are taken as patterns (which  should
       be  quoted  to preserve them from being interpreted as glob pat-
       terns), and all options with names matching these  patterns  are
       unset.