diff options
| author | Paul Eggert | 2012-10-04 22:57:24 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-10-04 22:57:24 -0700 |
| commit | 735135f9bc3c01b91ffef7c418dd9281bc347ab7 (patch) | |
| tree | 94c73a545a14f064a9e30559089769f60dfbbf34 /lisp/progmodes/python.el | |
| parent | be636386220e8a73b57b03572c625fa92bcf199a (diff) | |
| download | emacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.tar.gz emacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index b917d3f6429..d5aa73f5ef3 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -502,7 +502,7 @@ The type returned can be `comment', `string' or `paren'." | |||
| 502 | (and | 502 | (and |
| 503 | ;; Match even number of backslashes. | 503 | ;; Match even number of backslashes. |
| 504 | (or (not (any ?\\ ?\' ?\")) point | 504 | (or (not (any ?\\ ?\' ?\")) point |
| 505 | ;; Quotes might be preceeded by a escaped quote. | 505 | ;; Quotes might be preceded by a escaped quote. |
| 506 | (and (or (not (any ?\\)) point) ?\\ | 506 | (and (or (not (any ?\\)) point) ?\\ |
| 507 | (* ?\\ ?\\) (any ?\' ?\"))) | 507 | (* ?\\ ?\\) (any ?\' ?\"))) |
| 508 | (* ?\\ ?\\) | 508 | (* ?\\ ?\\) |