From f844c87a4d676bcc8ad7ac24b5132d7aa5ccfeca Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 1 Dec 1999 15:29:41 +0000 Subject: zsh-workers/8840 --- Completion/User/_gprof | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Completion/User/_gprof') diff --git a/Completion/User/_gprof b/Completion/User/_gprof index a69a078ba..80de70bb4 100644 --- a/Completion/User/_gprof +++ b/Completion/User/_gprof @@ -41,12 +41,12 @@ if [[ -n "$state" ]]; then if [[ -n "$pair" ]]; then if compset -P '*/'; then - _description expl 'call arc to function' + _description functions expl 'call arc to function' else - _description expl 'call arc from function' + _description functions expl 'call arc from function' fi else - _description expl function + _description functions expl function fi compadd "$expl[@]" -M 'r:|_=* r:|=*' - "$_gprof_funcs[@]" && ret=0 else -- cgit 1.4.1