aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2019-06-08 11:32:38 +0300
committerEli Zaretskii2019-06-08 11:32:38 +0300
commite751431989f0af69a7eabf26a86ccac8d8aab74f (patch)
tree1c89deb034f9bace53c9a59ac0d0c8ed53f51426
parent8a75bde4a6c7bfd87ad3265195cffb2a3a29c662 (diff)
downloademacs-e751431989f0af69a7eabf26a86ccac8d8aab74f.tar.gz
emacs-e751431989f0af69a7eabf26a86ccac8d8aab74f.zip
; * lisp/eshell/esh-util.el (eshell-get-path): Doc fix.
-rw-r--r--lisp/eshell/esh-util.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/eshell/esh-util.el b/lisp/eshell/esh-util.el
index 633bd02d2d2..fe8eb35d366 100644
--- a/lisp/eshell/esh-util.el
+++ b/lisp/eshell/esh-util.el
@@ -233,8 +233,8 @@ It might be different from \(getenv \"PATH\"), when
233(make-variable-buffer-local 'eshell-path-env) 233(make-variable-buffer-local 'eshell-path-env)
234 234
235(defun eshell-get-path () 235(defun eshell-get-path ()
236 "Return $PATH as list. 236 "Return $PATH as a list.
237Add the current directory on windows." 237Add the current directory on MS-Windows."
238 (eshell-parse-colon-path 238 (eshell-parse-colon-path
239 (if (eshell-under-windows-p) 239 (if (eshell-under-windows-p)
240 (concat "." path-separator eshell-path-env) 240 (concat "." path-separator eshell-path-env)