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/expn.yo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doc/Zsh/expn.yo') diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index ff6087cac..8b1c69c55 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -1592,8 +1592,8 @@ tt(${)var(name)tt(:|)var(pname)tt(})) Expansions of the form `tt(${LPAR()t)tt(RPAR())var(pname)tt(})' expand the type information of var(rname), unless var(rname) is empty, in which -case `tt(nameref)' is expanded, or when no variable var(rname) exists, -in which case the expansion is empty. +case the expansion is `tt(nameref)', or when no variable var(rname) +exists, in which case the expansion is empty. See also ifzman(zmanref(zshparam))ifnzman(noderef(Parameters)). -- cgit 1.4.1