Variable: dabbrev-backward-only
dabbrev-backward-only is a customizable variable defined in
dabbrev.el.gz.
Value
nil
Documentation
If non-nil, dabbrev-expand only looks backwards.
Source Code
;; Defined in /usr/src/emacs/lisp/dabbrev.el.gz
(defcustom dabbrev-backward-only nil
"If non-nil, `dabbrev-expand' only looks backwards."
:type 'boolean
:group 'dabbrev)