emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 81535ee: * test/lisp/progmodes/python-tests.el (p


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs-26 81535ee: * test/lisp/progmodes/python-tests.el (python-virt-bin): Doc fix.
Date: Sun, 16 Jun 2019 21:13:55 -0400 (EDT)

branch: emacs-26
commit 81535eeadb5b9b964dd195b2720de2b1fc432c6e
Author: Juanma Barranquero <address@hidden>
Commit: Juanma Barranquero <address@hidden>

    * test/lisp/progmodes/python-tests.el (python-virt-bin): Doc fix.
---
 test/lisp/progmodes/python-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/progmodes/python-tests.el 
b/test/lisp/progmodes/python-tests.el
index bea44be..a44724f 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]