summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell@mumble.net>2011-03-23 03:42:25 +0000
committerTaylor R Campbell <campbell@mumble.net>2011-03-23 03:42:25 +0000
commit125b8b6efdf2ac3f4e01539eee33d06ed6f4fa68 (patch)
tree5c05f089c1751555c95eaac73f7dcf72dc4da94a
parent7e3b3f0c7af3c67f9c9c3c6b901559ce8cf2824b (diff)
Fix docstring for `paredit-test-failure-function' in test.el.
Ignore-this: 2ce33884b5c29308a3920ae7427e843 darcs-hash:20110323034225-00fcc-06b3213a81bddaf72c41bb224a4f13a0544356d3
-rw-r--r--test.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/test.el b/test.el
index 23a684a..7f2e259 100644
--- a/test.el
+++ b/test.el
@@ -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))