diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2019-06-08 11:32:38 +0300 | 
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2019-06-08 11:32:38 +0300 | 
| commit | e751431989f0af69a7eabf26a86ccac8d8aab74f (patch) | |
| tree | 1c89deb034f9bace53c9a59ac0d0c8ed53f51426 /lisp | |
| parent | 8a75bde4a6c7bfd87ad3265195cffb2a3a29c662 (diff) | |
| download | emacs-e751431989f0af69a7eabf26a86ccac8d8aab74f.tar.gz | |
; * lisp/eshell/esh-util.el (eshell-get-path): Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/eshell/esh-util.el | 4 | 
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  (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)  | 
