aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ideas.rst4
-rw-r--r--doc/introduction.rst2
2 files changed, 1 insertions, 5 deletions
diff --git a/doc/ideas.rst b/doc/ideas.rst
index f4f9947..86886f7 100644
--- a/doc/ideas.rst
+++ b/doc/ideas.rst
@@ -76,7 +76,3 @@ Project & packaging
- Define a semantics for version numbers (probably just like Propellor's),
start keeping a NEWS file, move from Debian experimental to unstable,
start actually announcing releases to sgo-software-announce.
-
-- Provide a ``:consfigurator`` named readtable which enables both CL-INTERPOL
- and CL-HEREDOC syntax. Use it in all source files, and for users in their
- consfigs.
diff --git a/doc/introduction.rst b/doc/introduction.rst
index 5de0185..6931ac9 100644
--- a/doc/introduction.rst
+++ b/doc/introduction.rst
@@ -35,7 +35,7 @@ Try it out / quick start
(in-package :com.example.consfig)
(in-consfig "com.example.consfig")
- (named-readtables:in-readtable :interpol-syntax)
+ (named-readtables:in-readtable :consfigurator)
(try-register-data-source
:pgp :location #P"/path/to/com.example.consfig.gpg")