diff options
| author | Paul Eggert | 2015-01-29 19:45:04 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-29 19:47:35 -0800 |
| commit | 33c4409a8edb03d686ab41d493ec3668e5cd597f (patch) | |
| tree | 8c3143101735934c96df619a62d77568b3135e9b /lisp/progmodes/python.el | |
| parent | 6c8231ee8ce527b779df81249c0e597b9a04a17f (diff) | |
| download | emacs-33c4409a8edb03d686ab41d493ec3668e5cd597f.tar.gz emacs-33c4409a8edb03d686ab41d493ec3668e5cd597f.zip | |
Spelling fixes
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 0d314d669eb..dea316ec32d 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -943,7 +943,7 @@ keyword | |||
| 943 | May return an integer for the maximum possible indentation at | 943 | May return an integer for the maximum possible indentation at |
| 944 | current context or a list of integers. The latter case is only | 944 | current context or a list of integers. The latter case is only |
| 945 | happening for :at-dedenter-block-start context since the | 945 | happening for :at-dedenter-block-start context since the |
| 946 | possibilities can be narrowed to especific indentation points." | 946 | possibilities can be narrowed to specific indentation points." |
| 947 | (save-restriction | 947 | (save-restriction |
| 948 | (widen) | 948 | (widen) |
| 949 | (save-excursion | 949 | (save-excursion |
| @@ -1032,7 +1032,7 @@ minimum." | |||
| 1032 | (defun python-indent-line (&optional previous) | 1032 | (defun python-indent-line (&optional previous) |
| 1033 | "Internal implementation of `python-indent-line-function'. | 1033 | "Internal implementation of `python-indent-line-function'. |
| 1034 | Use the PREVIOUS level when argument is non-nil, otherwise indent | 1034 | Use the PREVIOUS level when argument is non-nil, otherwise indent |
| 1035 | to the maxium available level. When indentation is the minimum | 1035 | to the maximum available level. When indentation is the minimum |
| 1036 | possible and PREVIOUS is non-nil, cycle back to the maximum | 1036 | possible and PREVIOUS is non-nil, cycle back to the maximum |
| 1037 | level." | 1037 | level." |
| 1038 | (let ((follow-indentation-p | 1038 | (let ((follow-indentation-p |