emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 33c4409: Spelling fixes


From: Paul Eggert
Subject: [Emacs-diffs] emacs-24 33c4409: Spelling fixes
Date: Fri, 30 Jan 2015 03:47:40 +0000

branch: emacs-24
commit 33c4409a8edb03d686ab41d493ec3668e5cd597f
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Spelling fixes
---
 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 0d314d6..dea316e 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]