about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2004-05-01 05:47:38 +0000
committerClint Adams <clint@users.sourceforge.net>2004-05-01 05:47:38 +0000
commit0056db1cfba5cae47e5043a53c5e09c05dc50e4d (patch)
tree9b04ff3ab53f1dbc3a307c04036144dc8128ad61 /Doc
parent039b15b5160e41d727e3a5158601509b1b3dde7d (diff)
downloadzsh-0056db1cfba5cae47e5043a53c5e09c05dc50e4d.tar.gz
zsh-0056db1cfba5cae47e5043a53c5e09c05dc50e4d.tar.xz
zsh-0056db1cfba5cae47e5043a53c5e09c05dc50e4d.zip
* 19863: Completion/Zsh/Type/_command_names, Doc/Zsh/compsys.yo:
        allow search path for command names to be overridden by means of new
        command-path style.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 2bf83f0b0..766280b00 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -1140,6 +1140,11 @@ command for each attempt to generate the completion list.  Hence
 care should be taken to specify only commands that take a short
 time to run, and in particular to avoid any that may never terminate.
 )
+kindex(command-path, completion style)
+item(tt(command-path))(
+This is a list of directories to search for commands to complete.  The
+default for this style is the value of the special parameter tt(path).
+)
 kindex(commands, completion style)
 item(tt(commands))(
 This is used by the function completing sub-commands for the system