diff options
| author | Juanma Barranquero | 2019-06-17 03:12:45 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2019-06-17 03:12:45 +0200 |
| commit | 81535eeadb5b9b964dd195b2720de2b1fc432c6e (patch) | |
| tree | fc1531b2cbbbd10f91391e0c6236c50c7db62ed4 /test/lisp/progmodes/python-tests.el | |
| parent | 9d48979ca8000f4d29fdfcdfec63d3ee53024ac4 (diff) | |
| download | emacs-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.el | 2 |
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. |
| 139 | If nil, VIRT-ROOT defaults to `python-shell-virtualenv-root'. | 139 | If nil, VIRT-ROOT defaults to `python-shell-virtualenv-root'. |
| 140 | POSIX and Windows systems have different defauls." | 140 | The 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 |