summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/zsh/files/zsh-texi.patch')
-rw-r--r--app-shells/zsh/files/zsh-texi.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/app-shells/zsh/files/zsh-texi.patch b/app-shells/zsh/files/zsh-texi.patch
new file mode 100644
index 00000000..24a72c6d
--- /dev/null
+++ b/app-shells/zsh/files/zsh-texi.patch
@@ -0,0 +1,30 @@
+--- 1/Doc/zsh.texi
++++ 1/Doc/zsh.texi
+@@ -22643,8 +22643,7 @@
+ described above.
+
+ @findex _pick_variant
+-@item @t{_pick_variant} [ @t{-b} @var{builtin-label} ] [ @t{-c}
+-@var{command} ] [ @t{-r} @var{name} ]
++@item @t{_pick_variant} [ @t{-b} @var{builtin-label} ] [ @t{-c} @var{command} ] [ @t{-r} @var{name} ]
+ @itemx @var{label}@t{=}@var{pattern} ... @var{label} [ @var{args} ... ]
+ This function is used to resolve situations where a single command name
+ requires more than one type of handling, either because it
+@@ -24981,14 +24980,9 @@
+ @var{targetwin} into the array named @var{array}.
+ These are, in order:
+ @table @asis
+-@item
+-The y and x coordinates of the cursor relative to the top left
+-of @var{targetwin}
+-@item
+-The y and x coordinates of the top left of @var{targetwin} on the
+-screen
+-@item
+-The size of @var{targetwin} in y and x dimensions.
++@item The y and x coordinates of the cursor relative to the top left of @var{targetwin}
++@item The y and x coordinates of the top left of @var{targetwin} on the screen
++@item The size of @var{targetwin} in y and x dimensions.
+ @end table
+
+ @noindent