aboutsummaryrefslogtreecommitdiff
path: root/src/libutil
diff options
context:
space:
mode:
authorrebecca “wiggles” turner <rbt@sent.as>2024-09-17 16:36:34 +0000
committerGerrit Code Review <gerrit@localhost>2024-09-17 16:36:34 +0000
commit8ab5743904a06c78153281bf61b3aa8aa451a489 (patch)
tree836534a073094d387e04b86bff411fdd8d726c74 /src/libutil
parent80202e3ca314c21547c48f3a23d3f629cd9ddb87 (diff)
parent7ae0409989187d44044c4cd6f274f0a02ec5f826 (diff)
Merge "Remove readline support" into main
Diffstat (limited to 'src/libutil')
-rw-r--r--src/libutil/experimental-features.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/experimental-features.cc b/src/libutil/experimental-features.cc
index 35982c28c..bb7a95a24 100644
--- a/src/libutil/experimental-features.cc
+++ b/src/libutil/experimental-features.cc
@@ -247,7 +247,7 @@ constexpr std::array<ExperimentalFeatureDetails, numXpFeatures> xpFeatureDetails
.tag = Xp::ReplAutomation,
.name = "repl-automation",
.description = R"(
- Makes the repl not use readline/editline, print ENQ (U+0005) when ready for a command, and take commands followed by newline.
+ Makes the repl not use editline, print ENQ (U+0005) when ready for a command, and take commands followed by newline.
)",
},
}};