aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes/python-tests.el
diff options
context:
space:
mode:
authorJuanma Barranquero2019-06-17 03:12:45 +0200
committerJuanma Barranquero2019-06-17 03:12:45 +0200
commit81535eeadb5b9b964dd195b2720de2b1fc432c6e (patch)
treefc1531b2cbbbd10f91391e0c6236c50c7db62ed4 /test/lisp/progmodes/python-tests.el
parent9d48979ca8000f4d29fdfcdfec63d3ee53024ac4 (diff)
downloademacs-81535eeadb5b9b964dd195b2720de2b1fc432c6e.tar.gz
emacs-81535eeadb5b9b964dd195b2720de2b1fc432c6e.zip
* test/lisp/progmodes/python-tests.el (python-virt-bin): Doc fix.
Diffstat (limited to 'test/lisp/progmodes/python-tests.el')
-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."
137(defun python-virt-bin (&optional virt-root) 137(defun python-virt-bin (&optional virt-root)
138 "Return the virtualenv bin dir, starting from VIRT-ROOT. 138 "Return the virtualenv bin dir, starting from VIRT-ROOT.
139If nil, VIRT-ROOT defaults to `python-shell-virtualenv-root'. 139If nil, VIRT-ROOT defaults to `python-shell-virtualenv-root'.
140POSIX and Windows systems have different defauls." 140The name of this directory depends on `system-type'."
141 (expand-file-name 141 (expand-file-name
142 (concat 142 (concat
143 (file-name-as-directory (or virt-root 143 (file-name-as-directory (or virt-root