From 81535eeadb5b9b964dd195b2720de2b1fc432c6e Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 17 Jun 2019 03:12:45 +0200 Subject: [PATCH] * test/lisp/progmodes/python-tests.el (python-virt-bin): Doc fix. --- test/lisp/progmodes/python-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lisp/progmodes/python-tests.el b/test/lisp/progmodes/python-tests.el index bea44bede9e..a44724f1dca 100644 --- a/test/lisp/progmodes/python-tests.el +++ b/test/lisp/progmodes/python-tests.el @@ -137,7 +137,7 @@ default to `point-min' and `point-max' respectively." (defun python-virt-bin (&optional virt-root) "Return the virtualenv bin dir, starting from VIRT-ROOT. If nil, VIRT-ROOT defaults to `python-shell-virtualenv-root'. -POSIX and Windows systems have different defauls." +The name of this directory depends on `system-type'." (expand-file-name (concat (file-name-as-directory (or virt-root -- 2.39.5