From 404f5dcb8c7d89cf2b73ff6bda5b68a79a224c1d Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Sun, 3 Dec 2000 22:31:33 +0000
Subject: [PATCH] (blocking-do-multiple): Fixed typo in docstring.

---
 src/macros.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/macros.el b/src/macros.el
index cc4f572e..a2f1ea11 100644
--- a/src/macros.el
+++ b/src/macros.el
@@ -163,7 +163,7 @@ Value returned is always nil."
 The value of the last form in BODY is returned.
 Each element in BIND-LIST is a list (SYMBOL FORM) which binds SYMBOL to
 the result of the server call FORM, which is the same as used in blocking-do.
-All the forms in BIND-LIST are evaluated before and symbols are bound."
+All the forms in BIND-LIST are evaluated before any symbols are bound."
   (let ((bindsym 'multiple-bind-sym)
 	(index 0))
     (` (let (((, bindsym)
-- 
GitLab