aboutsummaryrefslogtreecommitdiff
path: root/doc/introduction.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-10 12:55:12 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-10 12:55:12 -0700
commitd62ee39e3716b390301eb52bd815246ebdd26473 (patch)
treeee962e4c3f5e8b484a9610de94da9c3d2e8b0344 /doc/introduction.rst
parent35a02f2293935becbc20224e48995a35dbbbeebf (diff)
downloadconsfigurator-d62ee39e3716b390301eb52bd815246ebdd26473.tar.gz
mention CL-HEREDOC
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
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