diff options
| author | Joakim Verona | 2013-02-26 00:03:36 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-02-26 00:03:36 +0100 |
| commit | 6f75e5103f0b1d6395fb5b0fea2a4a9c9f4601f7 (patch) | |
| tree | 44f49e30237e3a897287c8b05c807c3212e464da /test/automated/python-tests.el | |
| parent | 1b907e3f10d78d2bc58e2c8fd707d29b44498865 (diff) | |
| parent | d9bb0d4811696c94affc751a2de1906d3b54baf9 (diff) | |
| download | emacs-6f75e5103f0b1d6395fb5b0fea2a4a9c9f4601f7.tar.gz emacs-6f75e5103f0b1d6395fb5b0fea2a4a9c9f4601f7.zip | |
auto upstream
Diffstat (limited to 'test/automated/python-tests.el')
| -rw-r--r-- | test/automated/python-tests.el | 4 |
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. |
| 28 | BODY is code to be executed within the temp buffer. Point is | 28 | BODY is code to be executed within the temp buffer. Point is |
| 29 | always located at the beginning of buffer." | 29 | always 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. |
| 39 | Optional argument NUM defaults to 1 and is an integer indicating | 39 | Optional argument NUM defaults to 1 and is an integer indicating |
| 40 | how many ocurrences must be found, when positive the search is | 40 | how many occurrences must be found, when positive the search is |
| 41 | done forwards, otherwise backwards. When RESTORE-POINT is | 41 | done forwards, otherwise backwards. When RESTORE-POINT is |
| 42 | non-nil the point is not moved but the position found is still | 42 | non-nil the point is not moved but the position found is still |
| 43 | returned. When searching forward and point is already looking at | 43 | returned. When searching forward and point is already looking at |