From 125b8b6efdf2ac3f4e01539eee33d06ed6f4fa68 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Wed, 23 Mar 2011 03:42:25 +0000 Subject: Fix docstring for `paredit-test-failure-function' in test.el. Ignore-this: 2ce33884b5c29308a3920ae7427e843 darcs-hash:20110323034225-00fcc-06b3213a81bddaf72c41bb224a4f13a0544356d3 --- test.el | 5 +++-- 1 file 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)) -- cgit v1.2.1