From: Fabián Ezequiel Gallina Date: Thu, 17 May 2012 03:03:33 +0000 (-0300) Subject: Fixed docstring typos X-Git-Tag: emacs-24.2.90~1199^2~516 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e37a45513c00b56f1cf5c738139ee17ec1c33f0b;p=emacs.git Fixed docstring typos --- 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."