summaryrefslogtreecommitdiff
path: root/test.el
diff options
context:
space:
mode:
Diffstat (limited to 'test.el')
-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))