From 7cdf624086cc0f2dfbbc05da2d4b362b2f868a07 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 5 Sep 2021 03:29:41 +0200 Subject: [PATCH] docs: mention the "all" feature group --- doc_src/language.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/language.rst b/doc_src/language.rst index 7110739c3..97e28d180 100644 --- a/doc_src/language.rst +++ b/doc_src/language.rst @@ -1437,7 +1437,7 @@ or opted into globally for a user:: Features will only be set on startup, so this variable will only take effect if it is universal or exported. -You can also use the version as a group, so ``3.0`` is equivalent to "stderr-nocaret" and "qmark-noglob". +You can also use the version as a group, so ``3.0`` is equivalent to "stderr-nocaret" and "qmark-noglob". Instead of a version, the special group ``all`` enables all features. Prefixing a feature with ``no-`` turns it off instead. E.g. to reenable the ``^`` redirection::