about summary refs log tree commit diff
path: root/Doc/Zsh/contrib.yo
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-09-05 08:35:48 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-09-05 08:35:48 +0000
commitf2d7665d982076584901afe0ca9fa9f0b0f2b5b0 (patch)
tree0b02f3966ed037e965a27f2082ca9f8f3cf13981 /Doc/Zsh/contrib.yo
parent79528535fb16eb1bad0872ccecb27e7ad2c5250d (diff)
downloadzsh-f2d7665d982076584901afe0ca9fa9f0b0f2b5b0.tar.gz
zsh-f2d7665d982076584901afe0ca9fa9f0b0f2b5b0.tar.xz
zsh-f2d7665d982076584901afe0ca9fa9f0b0f2b5b0.zip
change context for i-c-w styles, update docs (12744)
Diffstat (limited to 'Doc/Zsh/contrib.yo')
-rw-r--r--Doc/Zsh/contrib.yo11
1 files changed, 8 insertions, 3 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 37cff337d..c0b95b55d 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -96,7 +96,7 @@ works only if the names stored in the wordcode files are full paths or are
 relative to the directory that contains the wordcode file.
 
 In the first form, each var(name) is the name of a wordcode file or a
-directori containing wordcode files that should be checked. If no
+directory containing wordcode files that should be checked. If no
 arguments are given, the directories and wordcode files in $fpath are
 used.
 
@@ -432,7 +432,9 @@ item(tt(break-keys))(
 This style is used by the tt(incremental-complete-word) widget. Its value
 should be a pattern, and all keys matching this pattern will cause the
 widget to stop incremental completion without the key having any further
-effect.
+effect. Like all styles used directly by
+tt(incremental-complete-word), this style is looked up using the
+context `tt(:incremental)'.
 )
 kindex(completer, completion style)
 item(tt(completer))(
@@ -519,11 +521,14 @@ Replaced by the unambiguous part of all matches, if there
 is any, and if it is different from the word on the line.
 )
 enditem()
+
+Like `tt(break-keys)', this uses the `tt(:incremental)' context.
 )
 kindex(stop-keys, completion style)
 item(tt(stop-keys))(
 This style is used by the tt(incremental-complete-word) widget.  Its value
-is treated similarly to the one for the tt(break-keys) style.  However, in
+is treated similarly to the one for the tt(break-keys) style (and uses 
+the same context: `tt(:incremental)').  However, in
 this case all keys matching the pattern given as its value will stop
 incremental completion and will then execute their usual function.
 )