term-replace-by-expanded-filename

term-replace-by-expanded-filename is an interactive compiled Lisp function in `term.el'.


(term-replace-by-expanded-filename)

Dynamically expand and complete the filename at point.
Replace the filename with an expanded, canonicalized and completed replacement.
"Expanded" means environment variables (e.g., $HOME) and `~'s are replaced
with the corresponding directories. "Canonicalized" means `..' and `.' are
removed, and the filename is made absolute instead of relative. For expansion
see `expand-file-name' and `substitute-in-file-name'. For completion see
`term-dynamic-complete-filename'.