From e37a45513c00b56f1cf5c738139ee17ec1c33f0b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabi=C3=A1n=20Ezequiel=20Gallina?= Date: Thu, 17 May 2012 00:03:33 -0300 Subject: [PATCH] Fixed docstring typos --- lisp/progmodes/python.el | 4 ++-- 1 file 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." :group 'python) (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 returns a string with the form `python-shell-buffer-name'[variable `buffer-file-name'] else @@ -1234,7 +1234,7 @@ in the `same-window-buffer-names' list." 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 a hash of all relevant global shell settings in order to ensure uniqueness for different types of configurations." -- 2.39.5