emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master e751431 2/2: ; * lisp/eshell/esh-util.el (eshell-ge


From: Eli Zaretskii
Subject: [Emacs-diffs] master e751431 2/2: ; * lisp/eshell/esh-util.el (eshell-get-path): Doc fix.
Date: Sat, 8 Jun 2019 04:33:15 -0400 (EDT)

branch: master
commit e751431989f0af69a7eabf26a86ccac8d8aab74f
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * lisp/eshell/esh-util.el (eshell-get-path): Doc fix.
---
 lisp/eshell/esh-util.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/eshell/esh-util.el b/lisp/eshell/esh-util.el
index 633bd02..fe8eb35 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]