Variable: tramp-completion-function-alist-su
tramp-completion-function-alist-su is a variable defined in
tramp-sh.el.gz.
Value
((tramp-parse-passwd "/etc/passwd"))
Documentation
Default list of (FUNCTION FILE) pairs to be examined for su methods.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-sh.el.gz
;;;###tramp-autoload
(defconst tramp-completion-function-alist-su
'((tramp-parse-passwd "/etc/passwd"))
"Default list of (FUNCTION FILE) pairs to be examined for su methods.")