From d62ee39e3716b390301eb52bd815246ebdd26473 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 10 Mar 2021 12:55:12 -0700 Subject: mention CL-HEREDOC Signed-off-by: Sean Whitton --- doc/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/introduction.rst') diff --git a/doc/introduction.rst b/doc/introduction.rst index f08b677..dbfb33c 100644 --- a/doc/introduction.rst +++ b/doc/introduction.rst @@ -51,7 +51,7 @@ Try it out / quick start (file:has-content "/etc/foo" #?{Here is my file content. You can use ${my-substitution} thanks to CL-INTERPOL. - And it's multiline.}) + And it's multiline. CL-HEREDOC is another option.}) (file:has-content "/etc/bar" '("or" "specify" "a" "list" "of" "lines"")) (file:contains-lines "/etc/some.conf" '("FOO=bar"))) ; preserve rest of file contents -- cgit v1.2.3