From: Eli Zaretskii Date: Sat, 8 Jun 2019 08:32:38 +0000 (+0300) Subject: ; * lisp/eshell/esh-util.el (eshell-get-path): Doc fix. X-Git-Tag: emacs-27.0.90~2657 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e751431989f0af69a7eabf26a86ccac8d8aab74f;p=emacs.git ; * lisp/eshell/esh-util.el (eshell-get-path): Doc fix. --- 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)