mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
* test/lisp/progmodes/python-tests.el (python-virt-bin): Doc fix.
This commit is contained in:
parent
9d48979ca8
commit
81535eeadb
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ default to `point-min' and `point-max' respectively."
|
||||||
(defun python-virt-bin (&optional virt-root)
|
(defun python-virt-bin (&optional virt-root)
|
||||||
"Return the virtualenv bin dir, starting from VIRT-ROOT.
|
"Return the virtualenv bin dir, starting from VIRT-ROOT.
|
||||||
If nil, VIRT-ROOT defaults to `python-shell-virtualenv-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
|
(expand-file-name
|
||||||
(concat
|
(concat
|
||||||
(file-name-as-directory (or virt-root
|
(file-name-as-directory (or virt-root
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue