From e807ac1157015581c1466407cbe722179244be37 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sun, 12 Feb 2023 11:32:11 -0800 Subject: 51375: Clarify documentation, fix typos, add indexing. --- Doc/Zsh/mod_parameter.yo | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Doc/Zsh/mod_parameter.yo') diff --git a/Doc/Zsh/mod_parameter.yo b/Doc/Zsh/mod_parameter.yo index 0e89d65c8..3defef2b7 100644 --- a/Doc/Zsh/mod_parameter.yo +++ b/Doc/Zsh/mod_parameter.yo @@ -127,6 +127,14 @@ noderef(Parameter Expansion) )\ . The value may also be `tt(undefined)' indicating a parameter that may be autoloaded from a module but has not yet been referenced. +When the key is the name of a named reference, the value is +`tt(nameref-)' prepended to the type of the referenced parameter, +for example +ifzman() +example(tt(% typeset -n parms=parameters) +tt(% print -r ${parameters[parms]}) +tt(nameref-association-readonly-hide-hideval-special)) + Setting or unsetting keys in this array is not possible. ) vindex(modules) -- cgit 1.4.1