about summary refs log tree commit diff
path: root/Functions/Misc/run-help
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Misc/run-help')
-rw-r--r--Functions/Misc/run-help1
1 files changed, 0 insertions, 1 deletions
diff --git a/Functions/Misc/run-help b/Functions/Misc/run-help
index f5464065d..1a8424cea 100644
--- a/Functions/Misc/run-help
+++ b/Functions/Misc/run-help
@@ -54,7 +54,6 @@ while ((i++ < $#places))
 do
     what=$places[$i]
     [[ -n $noalias && $what = *" is an alias "* ]] && continue
-    builtin print -r $what
     case $what in
     (*( is an alias)*)
 	[[ ${what[(w)6]:t} != ${what[(w)1]} ]] && run-help ${what[(w)6]:t}