diff options
author | Taylor R Campbell <campbell@mumble.net> | 2011-03-23 03:42:25 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@mumble.net> | 2011-03-23 03:42:25 +0000 |
commit | 125b8b6efdf2ac3f4e01539eee33d06ed6f4fa68 (patch) | |
tree | 5c05f089c1751555c95eaac73f7dcf72dc4da94a /test.el | |
parent | 7e3b3f0c7af3c67f9c9c3c6b901559ce8cf2824b (diff) |
Fix docstring for `paredit-test-failure-function' in test.el.
Ignore-this: 2ce33884b5c29308a3920ae7427e843
darcs-hash:20110323034225-00fcc-06b3213a81bddaf72c41bb224a4f13a0544356d3
Diffstat (limited to 'test.el')
-rw-r--r-- | test.el | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -25,8 +25,9 @@ (defvar paredit-test-failure-function 'paredit-test-failure-default "Function to call when `paredit-test' fails. -Three arguments: the paredit command, the text of the buffer - before, and the text of the buffer after.") +Four arguments: the paredit command, the text of the buffer + before, the text of the buffer after, and the expected text of + the buffer after.") (defun paredit-test-failed (command before after expected) (funcall paredit-test-failure-function command before after expected)) |