Variable: hippie-expand-no-restriction

hippie-expand-no-restriction is a customizable variable defined in hippie-exp.el.gz.

Value

t

Documentation

Non-nil means that narrowed buffers are widened during search.

Probably introduced at or before Emacs version 20.3.

Source Code

;; Defined in /usr/src/emacs/lisp/hippie-exp.el.gz
(defcustom hippie-expand-no-restriction t
  "Non-nil means that narrowed buffers are widened during search."
  :type 'boolean)