aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index fe39ff1c4c3..960630fc988 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1217,7 +1217,7 @@ virtualenv."
1217 :group 'python) 1217 :group 'python)
1218 1218
1219(defun python-shell-get-process-name (dedicated) 1219(defun python-shell-get-process-name (dedicated)
1220 "Calculate the appropiate process name for inferior Python process. 1220 "Calculate the appropriate process name for inferior Python process.
1221If DEDICATED is t and the variable `buffer-file-name' is non-nil 1221If DEDICATED is t and the variable `buffer-file-name' is non-nil
1222returns a string with the form 1222returns a string with the form
1223`python-shell-buffer-name'[variable `buffer-file-name'] else 1223`python-shell-buffer-name'[variable `buffer-file-name'] else
@@ -1234,7 +1234,7 @@ in the `same-window-buffer-names' list."
1234 process-name)) 1234 process-name))
1235 1235
1236(defun python-shell-internal-get-process-name () 1236(defun python-shell-internal-get-process-name ()
1237 "Calculate the appropiate process name for Internal Python process. 1237 "Calculate the appropriate process name for Internal Python process.
1238The name is calculated from `python-shell-global-buffer-name' and 1238The name is calculated from `python-shell-global-buffer-name' and
1239a hash of all relevant global shell settings in order to ensure 1239a hash of all relevant global shell settings in order to ensure
1240uniqueness for different types of configurations." 1240uniqueness for different types of configurations."