From f1d10fc96fc568b56b4583f28afea5e3843ab307 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 19 Jun 2025 18:52:40 +0200 Subject: [PATCH] Move existing explanation into a section --- docs/reference/groups.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/reference/groups.yml b/docs/reference/groups.yml index 7f1fc4cc4..3222372b9 100644 --- a/docs/reference/groups.yml +++ b/docs/reference/groups.yml @@ -137,10 +137,12 @@ details: | A module that contains all globally accessible items. - This is useful whenever you overrode a name from the global scope (e.g. - the [`text`] element). To still access the `text` element, write `std.text`. + # Using "shadowed" definitions + The `std` module is useful whenever you overrode a name from the global + scope (this is called _shadowing_). For instance, you might have used the + name `text` for a parameter. To still access the `text` element, write + `std.text`. - # Example ```example >>> #set page(margin: (left: 3em)) #let par = [My special paragraph.]