Variable: hippie-expand-dabbrev-skip-space

hippie-expand-dabbrev-skip-space is a customizable variable defined in hippie-exp.el.gz.

Value

nil

Documentation

Non-nil means tolerate trailing spaces in the abbreviation to expand.

Probably introduced at or before Emacs version 20.3.

Source Code

;; Defined in /usr/src/emacs/lisp/hippie-exp.el.gz
(defcustom hippie-expand-dabbrev-skip-space nil
  "Non-nil means tolerate trailing spaces in the abbreviation to expand."
  :type 'boolean)