diff options
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index dfb94be74e..1a78774777 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -9201,7 +9201,7 @@ the corresponding positional regexp 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))) @end lisp Here, anytime a line of @var{file} contains @code{hello}, it is replaced |