The bash man page has no entry for the "set" built-in command's option "-i" which I can examine with (echo "'$-'") and which I can set and unset with (set -i) and (set +i).
bash-1.14.7-14 has documentiation for the -i option in the man page.