aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPaul Eggert2013-02-24 23:49:40 -0800
committerPaul Eggert2013-02-24 23:49:40 -0800
commit52b823c8aff2c378a0b72ca162e54e1c71670e6f (patch)
tree7a34526dcf7c8607923cf117a29acde2bb35d33e /test
parent1ddc2bd6ff0b5071454d2591f835927ea5b85a06 (diff)
downloademacs-52b823c8aff2c378a0b72ca162e54e1c71670e6f.tar.gz
emacs-52b823c8aff2c378a0b72ca162e54e1c71670e6f.zip
Spelling fixes.
Diffstat (limited to 'test')
-rw-r--r--test/automated/python-tests.el4
1 files changed, 2 insertions, 2 deletions
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 @@
24(require 'python) 24(require 'python)
25 25
26(defmacro python-tests-with-temp-buffer (contents &rest body) 26(defmacro python-tests-with-temp-buffer (contents &rest body)
27 "Create a `python-mode' enabeld temp buffer with CONTENTS. 27 "Create a `python-mode' enabled temp buffer with CONTENTS.
28BODY is code to be executed within the temp buffer. Point is 28BODY is code to be executed within the temp buffer. Point is
29always located at the beginning of buffer." 29always located at the beginning of buffer."
30 (declare (indent 1) (debug t)) 30 (declare (indent 1) (debug t))
@@ -37,7 +37,7 @@ always located at the beginning of buffer."
37(defun python-tests-look-at (string &optional num restore-point) 37(defun python-tests-look-at (string &optional num restore-point)
38 "Move point at beginning of STRING in the current buffer. 38 "Move point at beginning of STRING in the current buffer.
39Optional argument NUM defaults to 1 and is an integer indicating 39Optional argument NUM defaults to 1 and is an integer indicating
40how many ocurrences must be found, when positive the search is 40how many occurrences must be found, when positive the search is
41done forwards, otherwise backwards. When RESTORE-POINT is 41done forwards, otherwise backwards. When RESTORE-POINT is
42non-nil the point is not moved but the position found is still 42non-nil the point is not moved but the position found is still
43returned. When searching forward and point is already looking at 43returned. When searching forward and point is already looking at