Variable: eshell-complete-export-definition

eshell-complete-export-definition is a customizable variable defined in esh-var.el.gz.

Value

t

Documentation

If non-nil, completing names for export shows current definition.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-var.el.gz
(defcustom eshell-complete-export-definition t
  "If non-nil, completing names for `export' shows current definition."
  :type 'boolean)