Variable: Man-circular-pages-flag

Man-circular-pages-flag is a customizable variable defined in man.el.gz.

Value

t

Documentation

Non-nil means the manpage list is treated as circular for traversal.

Probably introduced at or before Emacs version 19.29.

Source Code

;; Defined in /usr/src/emacs/lisp/man.el.gz
(defcustom Man-circular-pages-flag t
  "Non-nil means the manpage list is treated as circular for traversal."
  :type 'boolean
  :group 'man)