Variable: Info-warn-on-index-alternatives-wrap
Info-warn-on-index-alternatives-wrap is a customizable variable
defined in info.el.gz.
Value
t
Documentation
Warn when wrapping to the beginning/end when displaying index alternatives.
This variable was added, or its default value changed, in Emacs 28.1.
Probably introduced at or before Emacs version 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/info.el.gz
(defcustom Info-warn-on-index-alternatives-wrap t
"Warn when wrapping to the beginning/end when displaying index alternatives."
:type 'boolean
:version "28.1")