Variable: dabbrev-limit
dabbrev-limit is a customizable variable defined in dabbrev.el.gz.
Value
nil
Documentation
Limits region searched by dabbrev-expand to this many chars away.
Source Code
;; Defined in /usr/src/emacs/lisp/dabbrev.el.gz
(defcustom dabbrev-limit nil
"Limits region searched by `dabbrev-expand' to this many chars away."
:type '(choice (const :tag "off" nil)
integer)
:group 'dabbrev)