From f8260fce2e423e8ba71d3d0637c3ba359fd8116f Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 18 Feb 2000 10:11:05 +0000 Subject: zsh-workers/9790 --- Doc/Zsh/compsys.yo | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Doc/Zsh') diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 0d84044c4..119ff8f2b 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1922,7 +1922,7 @@ _description expl files file compadd "$expl[@]" - "$files[@]") ) findex(_message) -item(tt(_message) var(descr))( +item(tt(_message) [ -r ] var(descr))( The var(descr) is used like the third argument to the tt(_description) function. However, the resulting string will always be shown whether or not matches were @@ -1932,6 +1932,11 @@ completions can be generated automatically. This function also uses the tt(format) style for the tt(messages) tag in preference to the tt(format) style for the tt(descriptions) tag. The latter is used only if the former is unset. + +If the tt(-r) option is given, no style is used and the var(descr) is +used literally as the string to display. This is only used in cases +where that string is taken from some pre-processed argument list +containing an expanded description. ) findex(_setup) item(tt(_setup) var(tag))( -- cgit 1.4.1