emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/paredit 125b8b6 097/224: Fix docstring for `paredit-test-f


From: ELPA Syncer
Subject: [nongnu] elpa/paredit 125b8b6 097/224: Fix docstring for `paredit-test-failure-function' in test.el.
Date: Sat, 7 Aug 2021 09:22:27 -0400 (EDT)

branch: elpa/paredit
commit 125b8b6efdf2ac3f4e01539eee33d06ed6f4fa68
Author: Taylor R Campbell <campbell@mumble.net>
Commit: Taylor R Campbell <campbell@mumble.net>

    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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]