; * lisp/eshell/esh-util.el (eshell-get-path): Doc fix.

This commit is contained in:
Eli Zaretskii 2019-06-08 11:32:38 +03:00
parent 8a75bde4a6
commit e751431989

View file

@ -233,8 +233,8 @@ It might be different from \(getenv \"PATH\"), when
(make-variable-buffer-local 'eshell-path-env)
(defun eshell-get-path ()
"Return $PATH as list.
Add the current directory on windows."
"Return $PATH as a list.
Add the current directory on MS-Windows."
(eshell-parse-colon-path
(if (eshell-under-windows-p)
(concat "." path-separator eshell-path-env)