Fixed docstring typos
This commit is contained in:
parent
a1ea6ab81c
commit
e37a45513c
1 changed files with 2 additions and 2 deletions
|
@ -1217,7 +1217,7 @@ virtualenv."
|
||||||
:group 'python)
|
:group 'python)
|
||||||
|
|
||||||
(defun python-shell-get-process-name (dedicated)
|
(defun python-shell-get-process-name (dedicated)
|
||||||
"Calculate the appropiate process name for inferior Python process.
|
"Calculate the appropriate process name for inferior Python process.
|
||||||
If DEDICATED is t and the variable `buffer-file-name' is non-nil
|
If DEDICATED is t and the variable `buffer-file-name' is non-nil
|
||||||
returns a string with the form
|
returns a string with the form
|
||||||
`python-shell-buffer-name'[variable `buffer-file-name'] else
|
`python-shell-buffer-name'[variable `buffer-file-name'] else
|
||||||
|
@ -1234,7 +1234,7 @@ in the `same-window-buffer-names' list."
|
||||||
process-name))
|
process-name))
|
||||||
|
|
||||||
(defun python-shell-internal-get-process-name ()
|
(defun python-shell-internal-get-process-name ()
|
||||||
"Calculate the appropiate process name for Internal Python process.
|
"Calculate the appropriate process name for Internal Python process.
|
||||||
The name is calculated from `python-shell-global-buffer-name' and
|
The name is calculated from `python-shell-global-buffer-name' and
|
||||||
a hash of all relevant global shell settings in order to ensure
|
a hash of all relevant global shell settings in order to ensure
|
||||||
uniqueness for different types of configurations."
|
uniqueness for different types of configurations."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue