diff options
| author | Juanma Barranquero | 2010-01-14 19:59:31 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2010-01-14 19:59:31 +0100 |
| commit | d1f18ec0920105223d2aecfd838f8b19921e6340 (patch) | |
| tree | f98090d895340248c119119406b69974d19cf499 /test/cedet | |
| parent | 80cd4bb402cd55d9a7efcdf7a77e83cf1118eb61 (diff) | |
| download | emacs-d1f18ec0920105223d2aecfd838f8b19921e6340.tar.gz emacs-d1f18ec0920105223d2aecfd838f8b19921e6340.zip | |
Fix typos in docstrings.
Diffstat (limited to 'test/cedet')
| -rw-r--r-- | test/cedet/cedet-utests.el | 4 | ||||
| -rw-r--r-- | test/cedet/semantic-ia-utest.el | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/test/cedet/cedet-utests.el b/test/cedet/cedet-utests.el index 12f81488031..aab07d49472 100644 --- a/test/cedet/cedet-utests.el +++ b/test/cedet/cedet-utests.el | |||
| @@ -236,7 +236,7 @@ Argument START and END bound the time being calculated." | |||
| 236 | (defun cedet-utest-log-shutdown (title &optional errorcondition) | 236 | (defun cedet-utest-log-shutdown (title &optional errorcondition) |
| 237 | "Shut-down a larger test suite. | 237 | "Shut-down a larger test suite. |
| 238 | TITLE is the section that is done. | 238 | TITLE is the section that is done. |
| 239 | ERRORCONDITION is some error that may have occured durinig testing." | 239 | ERRORCONDITION is some error that may have occurred during testing." |
| 240 | (let ((endtime (current-time)) | 240 | (let ((endtime (current-time)) |
| 241 | ) | 241 | ) |
| 242 | (cedet-utest-log-shutdown-msg title cedet-utest-log-timer endtime) | 242 | (cedet-utest-log-shutdown-msg title cedet-utest-log-timer endtime) |
| @@ -466,7 +466,7 @@ converted into.") | |||
| 466 | 466 | ||
| 467 | (defun pulse-test (&optional no-error) | 467 | (defun pulse-test (&optional no-error) |
| 468 | "Test the lightening function for pulsing a line. | 468 | "Test the lightening function for pulsing a line. |
| 469 | When optional NO-ERROR Don't throw an error if we can't run tests." | 469 | When optional NO-ERROR don't throw an error if we can't run tests." |
| 470 | (interactive) | 470 | (interactive) |
| 471 | (if (or (not pulse-flag) (not (pulse-available-p))) | 471 | (if (or (not pulse-flag) (not (pulse-available-p))) |
| 472 | (if no-error | 472 | (if no-error |
diff --git a/test/cedet/semantic-ia-utest.el b/test/cedet/semantic-ia-utest.el index 99477402de6..8e2aa43bd27 100644 --- a/test/cedet/semantic-ia-utest.el +++ b/test/cedet/semantic-ia-utest.el | |||
| @@ -54,7 +54,7 @@ | |||
| 54 | "List of files with analyzer completion test points.") | 54 | "List of files with analyzer completion test points.") |
| 55 | 55 | ||
| 56 | (defvar semantic-ia-utest-error-log-list nil | 56 | (defvar semantic-ia-utest-error-log-list nil |
| 57 | "List of errors occuring during a run.") | 57 | "List of errors occurring during a run.") |
| 58 | 58 | ||
| 59 | ;;;###autoload | 59 | ;;;###autoload |
| 60 | (defun semantic-ia-utest (&optional arg) | 60 | (defun semantic-ia-utest (&optional arg) |
| @@ -211,7 +211,7 @@ Argument ARG specifies which set of tests to run. | |||
| 211 | )) | 211 | )) |
| 212 | 212 | ||
| 213 | (defun semantic-ia-utest-buffer-refs () | 213 | (defun semantic-ia-utest-buffer-refs () |
| 214 | "Run a analyze-refs unit-test pass in the current buffer." | 214 | "Run an analyze-refs unit-test pass in the current buffer." |
| 215 | 215 | ||
| 216 | (let* ((idx 1) | 216 | (let* ((idx 1) |
| 217 | (regex-p nil) | 217 | (regex-p nil) |