* test/lisp/progmodes/python-tests.el (python-virt-bin): Doc fix.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user