Current File : //usr/share/zsh/5.0.2/functions/_texi
#compdef -P (texi(2*|ndex))

local expl

_description files expl 'texinfo file'
_files "$@" "$expl[@]" -g '*.(texinfo|texi)(-.)'