Variable: sh-shell-variables
sh-shell-variables is a variable defined in sh-script.el.gz.
Value
nil
Documentation
Alist of shell variable names that should be included in completion.
These are used for completion in addition to all the variables named
in process-environment. Each element looks like (VAR . VAR), where
the car and cdr are the same symbol.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/sh-script.el.gz
(defvar sh-shell-variables nil
"Alist of shell variable names that should be included in completion.
These are used for completion in addition to all the variables named
in `process-environment'. Each element looks like (VAR . VAR), where
the car and cdr are the same symbol.")