aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorStefan Kangas2020-09-23 13:35:55 +0200
committerStefan Kangas2020-10-02 13:29:45 +0200
commit78eacf31e8fe182801ad1943fac717b75fcf286b (patch)
tree38da2670157302d3663dbee6f1a708dea50a925b /lisp/progmodes/python.el
parentd5d12707d639261a10726fcca992ba9e538be671 (diff)
downloademacs-78eacf31e8fe182801ad1943fac717b75fcf286b.tar.gz
emacs-78eacf31e8fe182801ad1943fac717b75fcf286b.zip
; Fix many typos in symbols in docs and comments
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el14
1 files changed, 8 insertions, 6 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 785b941402a..2d47cdc4068 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -2095,7 +2095,7 @@ virtualenv."
2095 :group 'python) 2095 :group 'python)
2096 2096
2097(defcustom python-shell-setup-codes nil 2097(defcustom python-shell-setup-codes nil
2098 "List of code run by `python-shell-send-setup-codes'." 2098 "List of code run by `python-shell-send-setup-code'."
2099 :type '(repeat symbol) 2099 :type '(repeat symbol)
2100 :group 'python) 2100 :group 'python)
2101 2101
@@ -2383,9 +2383,11 @@ regexps: `python-shell-prompt-regexp',
2383 2383
2384(defun python-shell-prompt-set-calculated-regexps () 2384(defun python-shell-prompt-set-calculated-regexps ()
2385 "Detect and set input and output prompt regexps. 2385 "Detect and set input and output prompt regexps.
2386Build and set the values for `python-shell-input-prompt-regexp' 2386Build and set the values for
2387and `python-shell-output-prompt-regexp' using the values from 2387`python-shell--prompt-calculated-input-regexp' and
2388`python-shell-prompt-regexp', `python-shell-prompt-block-regexp', 2388`python-shell--prompt-calculated-output-regexp' using the values
2389from `python-shell-prompt-regexp',
2390`python-shell-prompt-block-regexp',
2389`python-shell-prompt-pdb-regexp', 2391`python-shell-prompt-pdb-regexp',
2390`python-shell-prompt-output-regexp', 2392`python-shell-prompt-output-regexp',
2391`python-shell-prompt-input-regexps', 2393`python-shell-prompt-input-regexps',
@@ -2447,7 +2449,7 @@ of `python-shell-buffer-name'."
2447 2449
2448(defun python-shell-internal-get-process-name () 2450(defun python-shell-internal-get-process-name ()
2449 "Calculate the appropriate process name for Internal Python process. 2451 "Calculate the appropriate process name for Internal Python process.
2450The name is calculated from `python-shell-global-buffer-name' and 2452The name is calculated from `python-shell-buffer-name' and
2451the `buffer-name'." 2453the `buffer-name'."
2452 (format "%s[%s]" python-shell-internal-buffer-name (buffer-name))) 2454 (format "%s[%s]" python-shell-internal-buffer-name (buffer-name)))
2453 2455
@@ -4718,7 +4720,7 @@ customize how labels are formatted."
4718(defun python-imenu-create-flat-index (&optional alist prefix) 4720(defun python-imenu-create-flat-index (&optional alist prefix)
4719 "Return flat outline of the current Python buffer for Imenu. 4721 "Return flat outline of the current Python buffer for Imenu.
4720Optional argument ALIST is the tree to be flattened; when nil 4722Optional argument ALIST is the tree to be flattened; when nil
4721`python-imenu-build-index' is used with 4723`python-imenu-create-index' is used with
4722`python-imenu-format-parent-item-jump-label-function' 4724`python-imenu-format-parent-item-jump-label-function'
4723`python-imenu-format-parent-item-label-function' 4725`python-imenu-format-parent-item-label-function'
4724`python-imenu-format-item-label-function' set to 4726`python-imenu-format-item-label-function' set to