From: Paul Eggert Date: Mon, 25 Feb 2013 07:49:40 +0000 (-0800) Subject: Spelling fixes. X-Git-Tag: emacs-24.3.90~173^2~6^2~48 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=52b823c8aff2c378a0b72ca162e54e1c71670e6f;p=emacs.git Spelling fixes. --- diff --git a/test/automated/python-tests.el b/test/automated/python-tests.el index 8dd15ffbaa7..b38fbdd122f 100644 --- a/test/automated/python-tests.el +++ b/test/automated/python-tests.el @@ -24,7 +24,7 @@ (require 'python) (defmacro python-tests-with-temp-buffer (contents &rest body) - "Create a `python-mode' enabeld temp buffer with CONTENTS. + "Create a `python-mode' enabled temp buffer with CONTENTS. BODY is code to be executed within the temp buffer. Point is always located at the beginning of buffer." (declare (indent 1) (debug t)) @@ -37,7 +37,7 @@ always located at the beginning of buffer." (defun python-tests-look-at (string &optional num restore-point) "Move point at beginning of STRING in the current buffer. Optional argument NUM defaults to 1 and is an integer indicating -how many ocurrences must be found, when positive the search is +how many occurrences must be found, when positive the search is done forwards, otherwise backwards. When RESTORE-POINT is non-nil the point is not moved but the position found is still returned. When searching forward and point is already looking at