aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el4
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
943May return an integer for the maximum possible indentation at 943May return an integer for the maximum possible indentation at
944current context or a list of integers. The latter case is only 944current context or a list of integers. The latter case is only
945happening for :at-dedenter-block-start context since the 945happening for :at-dedenter-block-start context since the
946possibilities can be narrowed to especific indentation points." 946possibilities 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'.
1034Use the PREVIOUS level when argument is non-nil, otherwise indent 1034Use the PREVIOUS level when argument is non-nil, otherwise indent
1035to the maxium available level. When indentation is the minimum 1035to the maximum available level. When indentation is the minimum
1036possible and PREVIOUS is non-nil, cycle back to the maximum 1036possible and PREVIOUS is non-nil, cycle back to the maximum
1037level." 1037level."
1038 (let ((follow-indentation-p 1038 (let ((follow-indentation-p