; * lisp/eshell/esh-util.el (eshell-get-path): Doc fix.
This commit is contained in:
parent
8a75bde4a6
commit
e751431989
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue