Variable: ex-cycle-through-non-files
ex-cycle-through-non-files is a customizable variable defined in
viper-ex.el.gz.
Value
nil
Documentation
Cycle through *scratch* and other buffers that don't visit any file.
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/viper-ex.el.gz
(defcustom ex-cycle-through-non-files nil
"Cycle through *scratch* and other buffers that don't visit any file."
:type 'boolean)