diff options
| author | Paul Eggert | 2014-09-11 12:44:25 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-09-11 12:44:25 -0700 |
| commit | 0f2ed59206faf8d71c71203613a715c6aa187c3e (patch) | |
| tree | 7da027a3fc4ed89cb156052fe0c481b7d70f71f7 /lisp/progmodes/python.el | |
| parent | 1dd1218653be3425e7f53ea1cfcb0d14addfaa05 (diff) | |
| download | emacs-0f2ed59206faf8d71c71203613a715c6aa187c3e.tar.gz emacs-0f2ed59206faf8d71c71203613a715c6aa187c3e.zip | |
Spelling fixes.
* lisp/ses.el (ses-file-format-extend-parameter-list): Rename from
ses-file-format-extend-paramter-list. All uses changed.
* lisp/gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
of ":delete".
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index dc38966bcaf..5999ddda5f9 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -2153,7 +2153,7 @@ This utility is useful in situations where the output may be | |||
| 2153 | received in chunks, since `accept-process-output' gives no | 2153 | received in chunks, since `accept-process-output' gives no |
| 2154 | guarantees they will be grabbed in a single call. An example use | 2154 | guarantees they will be grabbed in a single call. An example use |
| 2155 | case for this would be the CPython shell start-up, where the | 2155 | case for this would be the CPython shell start-up, where the |
| 2156 | banner and the initial prompt are received separetely." | 2156 | banner and the initial prompt are received separately." |
| 2157 | (let ((regexp (or regexp comint-prompt-regexp))) | 2157 | (let ((regexp (or regexp comint-prompt-regexp))) |
| 2158 | (catch 'found | 2158 | (catch 'found |
| 2159 | (while t | 2159 | (while t |
| @@ -4110,7 +4110,7 @@ to \"^python-\"." | |||
| 4110 | (cdr pair)))) | 4110 | (cdr pair)))) |
| 4111 | (buffer-local-variables from-buffer))) | 4111 | (buffer-local-variables from-buffer))) |
| 4112 | 4112 | ||
| 4113 | (defvar comint-last-prompt-overlay) ; Shut up, bytecompiler | 4113 | (defvar comint-last-prompt-overlay) ; Shut up, byte compiler. |
| 4114 | 4114 | ||
| 4115 | (defun python-util-comint-last-prompt () | 4115 | (defun python-util-comint-last-prompt () |
| 4116 | "Return comint last prompt overlay start and end. | 4116 | "Return comint last prompt overlay start and end. |