summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2019-06-17 03:12:45 +0200
committerJuanma Barranquero <lekktu@gmail.com>2019-06-17 03:12:45 +0200
commit81535eeadb5b9b964dd195b2720de2b1fc432c6e (patch)
treefc1531b2cbbbd10f91391e0c6236c50c7db62ed4 /test
parent9d48979ca8000f4d29fdfcdfec63d3ee53024ac4 (diff)
downloademacs-81535eeadb5b9b964dd195b2720de2b1fc432c6e.tar.gz
* test/lisp/progmodes/python-tests.el (python-virt-bin): Doc fix.
Diffstat (limited to 'test')
-rw-r--r--test/lisp/progmodes/python-tests.el2
1 files changed, 1 insertions, 1 deletions
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