diff options
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 |