]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/eshell/esh-util.el (eshell-get-path): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 8 Jun 2019 08:32:38 +0000 (11:32 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 8 Jun 2019 08:32:38 +0000 (11:32 +0300)
lisp/eshell/esh-util.el

index 633bd02d2d221dd8de1a1b5518b447d1d7f53f20..fe8eb35d3669eb4a377e617ada2fd596d62c8df1 100644 (file)
@@ -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 list.
+Add the current directory on MS-Windows."
   (eshell-parse-colon-path
    (if (eshell-under-windows-p)
        (concat "." path-separator eshell-path-env)