]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 Jan 2015 03:45:04 +0000 (19:45 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 Jan 2015 03:47:35 +0000 (19:47 -0800)
lisp/progmodes/python.el

index 0d314d669eb8e86b9d6488da57d7ad94301ad651..dea316ec32d5bed440fe7415c9c3e8a073e61456 100644 (file)
@@ -943,7 +943,7 @@ keyword
 May return an integer for the maximum possible indentation at
 current context or a list of integers.  The latter case is only
 happening for :at-dedenter-block-start context since the
-possibilities can be narrowed to especific indentation points."
+possibilities can be narrowed to specific indentation points."
   (save-restriction
     (widen)
     (save-excursion
@@ -1032,7 +1032,7 @@ minimum."
 (defun python-indent-line (&optional previous)
   "Internal implementation of `python-indent-line-function'.
 Use the PREVIOUS level when argument is non-nil, otherwise indent
-to the maxium available level.  When indentation is the minimum
+to the maximum available level.  When indentation is the minimum
 possible and PREVIOUS is non-nil, cycle back to the maximum
 level."
   (let ((follow-indentation-p