aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorPaul Eggert2019-12-09 18:44:35 -0800
committerPaul Eggert2019-12-09 18:45:18 -0800
commitd1a791f8edc1b8f2189b6f1b3be7b946fef1edbc (patch)
treefb415df3de5b00b9ce7616872ead40c983b55a12 /lisp/progmodes/python.el
parent28578f87b52ead4d31479fdcfba028118dfa6987 (diff)
downloademacs-d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc.tar.gz
emacs-d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc.zip
Spelling fixes
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 1b3b92deaf5..0eed7acd0d7 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -3737,9 +3737,9 @@ Pdbtracking would open the file for current stack frame found in pdb output by
3737`python-pdbtrack-stacktrace-info-regexp' and add overlay arrow in currently 3737`python-pdbtrack-stacktrace-info-regexp' and add overlay arrow in currently
3738inspected line in that file. 3738inspected line in that file.
3739 3739
3740After command listed in `python-pdbtrack-continue-command' or 3740After the command listed in `python-pdbtrack-continue-command' or
3741`python-pdbtrack-exit-command' is sent to pdb, pdbtracking session is 3741`python-pdbtrack-exit-command' is sent to pdb, the pdbtracking session is
3742considered over. Overlay arrow will be removed from currentry tracked 3742considered over. The overlay arrow will be removed from the currently tracked
3743buffer. Additionally, if `python-pdbtrack-kill-buffers' is non-nil, all 3743buffer. Additionally, if `python-pdbtrack-kill-buffers' is non-nil, all
3744files opened by pdbtracking will be killed." 3744files opened by pdbtracking will be killed."
3745 :type 'boolean 3745 :type 'boolean