diff options
| author | Paul Eggert | 2019-12-09 18:44:35 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-12-09 18:45:18 -0800 |
| commit | d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc (patch) | |
| tree | fb415df3de5b00b9ce7616872ead40c983b55a12 /lisp/progmodes/python.el | |
| parent | 28578f87b52ead4d31479fdcfba028118dfa6987 (diff) | |
| download | emacs-d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc.tar.gz emacs-d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc.zip | |
Spelling fixes
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 6 |
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 |
| 3738 | inspected line in that file. | 3738 | inspected line in that file. |
| 3739 | 3739 | ||
| 3740 | After command listed in `python-pdbtrack-continue-command' or | 3740 | After 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 |
| 3742 | considered over. Overlay arrow will be removed from currentry tracked | 3742 | considered over. The overlay arrow will be removed from the currently tracked |
| 3743 | buffer. Additionally, if `python-pdbtrack-kill-buffers' is non-nil, all | 3743 | buffer. Additionally, if `python-pdbtrack-kill-buffers' is non-nil, all |
| 3744 | files opened by pdbtracking will be killed." | 3744 | files opened by pdbtracking will be killed." |
| 3745 | :type 'boolean | 3745 | :type 'boolean |