719e63
diff -ru zsh-5.0.2-orig/Doc/zsh.texi zsh-5.0.2/Doc/zsh.texi
719e63
--- zsh-5.0.2-orig/Doc/zsh.texi	2012-12-21 14:33:06.000000000 -0500
719e63
+++ zsh-5.0.2/Doc/zsh.texi	2013-04-15 18:34:36.660096321 -0400
719e63
@@ -22643,8 +22643,7 @@
719e63
 described above.
719e63
 
719e63
 @findex _pick_variant
719e63
-@item @t{_pick_variant} [ @t{-b} @var{builtin-label} ] [ @t{-c}
719e63
-@var{command} ] [ @t{-r} @var{name} ]
719e63
+@item @t{_pick_variant} [ @t{-b} @var{builtin-label} ] [ @t{-c} @var{command} ] [ @t{-r} @var{name} ]
719e63
 @itemx    @var{label}@t{=}@var{pattern} ... @var{label} [ @var{args} ... ]
719e63
 This function is used to resolve situations where a single command name
719e63
 requires more than one type of handling, either because it
719e63
Only in zsh-5.0.2/Doc: zsh.texi~