aboutsummaryrefslogtreecommitdiff
path: root/doc/introduction.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/introduction.rst')
-rw-r--r--doc/introduction.rst2
1 files changed, 1 insertions, 1 deletions
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