Variable: hippie-expand-max-buffers
hippie-expand-max-buffers is a customizable variable defined in
hippie-exp.el.gz.
Value
nil
Documentation
The maximum number of buffers (apart from the current) searched.
If nil, all buffers are searched.
Source Code
;; Defined in /usr/src/emacs/lisp/hippie-exp.el.gz
(defcustom hippie-expand-max-buffers ()
"The maximum number of buffers (apart from the current) searched.
If nil, all buffers are searched."
:type '(choice (const :tag "All" nil)
integer))