Skip to content

Commit e751431

Browse files
committed
; * lisp/eshell/esh-util.el (eshell-get-path): Doc fix.
1 parent 8a75bde commit e751431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lisp/eshell/esh-util.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ It might be different from \(getenv \"PATH\"), when
233233
(make-variable-buffer-local 'eshell-path-env)
234234

235235
(defun eshell-get-path ()
236-
"Return $PATH as list.
237-
Add the current directory on windows."
236+
"Return $PATH as a list.
237+
Add the current directory on MS-Windows."
238238
(eshell-parse-colon-path
239239
(if (eshell-under-windows-p)
240240
(concat "." path-separator eshell-path-env)

0 commit comments

Comments
 (0)