comparison test/cedet/semantic-ia-utest.el @ 106840:5df8e547a422

Fix typos in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 14 Jan 2010 19:59:31 +0100
parents 1d1d5d9bd884
children 89eccb374dec
comparison
equal deleted inserted replaced
106839:7d4dcdf87b91 106840:5df8e547a422
52 "tests/testjavacomp.java" 52 "tests/testjavacomp.java"
53 ) 53 )
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)
61 "Run the semantic ia unit test against stored sources. 61 "Run the semantic ia unit test against stored sources.
62 Argument ARG specifies which set of tests to run. 62 Argument ARG specifies which set of tests to run.
209 (- idx 1))) 209 (- idx 1)))
210 210
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)
218 (p nil) 218 (p nil)
219 (pass nil) 219 (pass nil)