From: Juanma Barranquero Date: Mon, 17 Jun 2019 01:12:45 +0000 (+0200) Subject: * test/lisp/progmodes/python-tests.el (python-virt-bin): Doc fix. X-Git-Tag: emacs-26.3~71 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=81535eeadb;p=emacs.git * test/lisp/progmodes/python-tests.el (python-virt-bin): Doc fix. --- 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