From d3891edfca77ce587585990135242247a48595fc Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 3 Sep 2012 11:12:15 +0000 Subject: users/12713: returning REPLY to _user_expand sets description for expansion --- Doc/Zsh/compsys.yo | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Doc') diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 2787f66a7..2991c1f4a 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -3180,7 +3180,9 @@ var(_func) is the name of a shell function whose name must begin with tt(_) but is not otherwise special to the completion system. The function is called with the trial word as an argument. If the word is to be expanded, the function should set the array tt(reply) to a list of -expansions. The return status of the function is irrelevant. +expansions. Optionally, it can set tt(REPLY) to a word that will +be used as a description for the set of expansions. +The return status of the function is irrelevant. ) endsitem() ) -- cgit 1.4.1