about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2011-05-27 14:50:30 +0000
committerMikael Magnusson <mikachu@gmail.com>2011-05-27 14:50:30 +0000
commit607dbc0cd12a5897145ba2707a1643aa5fd148a2 (patch)
tree9ad3bcaa5295952a9dc9ff62b1fb7d675d498863 /Doc
parent2865dc2157fa6b78a8ef1171ab28e7fb1169308a (diff)
downloadzsh-607dbc0cd12a5897145ba2707a1643aa5fd148a2.tar.gz
zsh-607dbc0cd12a5897145ba2707a1643aa5fd148a2.tar.xz
zsh-607dbc0cd12a5897145ba2707a1643aa5fd148a2.zip
29392: remove use-perl style docs
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo11
1 files changed, 0 insertions, 11 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 19e3b4274..e08892241 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -2736,17 +2736,6 @@ where the tt(hosts) style is set; note also it must be set before
 the cache of host names is generated (typically the first completion
 attempt).
 )
-kindex(use-perl, completion style)
-item(tt(use-perl))(
-Various parts of the function system use awk to extract words from
-files or command output as it is universally available.  However, many
-versions of awk have arbitrary limits on the size of input.  If this
-style is set, perl will be used instead.  This is almost always
-preferable if perl is available on your system.
-
-Currently this is only used in completions for `make', but it may be
-extended depending on authorial frustration.
-)
 kindex(users, completion style)
 item(tt(users))(
 This may be set to a list of usernames to be completed.