emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#41521: closed ([PATCH] build: substitute*: Fix typo in example.)


From: GNU bug Tracking System
Subject: bug#41521: closed ([PATCH] build: substitute*: Fix typo in example.)
Date: Mon, 25 May 2020 07:57:02 +0000

Your message dated Mon, 25 May 2020 10:55:30 +0300
with message-id <20200525075530.GC3698@E5400>
and subject line Re: [PATCH] build: substitute*: Fix typo in example.
has caused the debbugs.gnu.org bug report #41521,
regarding [PATCH] build: substitute*: Fix typo in example.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
41521: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41521
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] build: substitute*: Fix typo in example. Date: Mon, 25 May 2020 10:47:44 +0300
* guix/build/utils.scm (substitute*): Fix typo in example in docstring,
use consistent variable names.
---

The variable is 'letters' on the line above, so it should be 'letters'
on the replacement line too.

---
 guix/build/utils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/build/utils.scm b/guix/build/utils.scm
index 419c10195b..bcae0f758a 100644
--- a/guix/build/utils.scm
+++ b/guix/build/utils.scm
@@ -800,7 +800,7 @@ sub-expression.  For example:
      ((\"hello\")
       \"good morning\\n\")
      ((\"foo([a-z]+)bar(.*)$\" all letters end)
-      (string-append \"baz\" letter end)))
+      (string-append \"baz\" letters end)))
 
 Here, anytime a line of FILE contains \"hello\", it is replaced by \"good
 morning\".  Anytime a line of FILE matches the second regexp, ALL is bound to
-- 
2.26.2




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] build: substitute*: Fix typo in example. Date: Mon, 25 May 2020 10:55:30 +0300
Patch pushed to core-updates


-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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