about summary refs log tree commit diff
path: root/Doc/Zsh/compctl.yo
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-10-15 14:14:30 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-10-15 14:14:30 +0000
commit974d332d8989e85ad2edf95e5e467c6d8b111b38 (patch)
tree3d9a818d587df460cc30e0e0668a8501805c5186 /Doc/Zsh/compctl.yo
parentd9ffb668fa53c3e74fa1bd86e04817b67f04b8e9 (diff)
downloadzsh-974d332d8989e85ad2edf95e5e467c6d8b111b38.tar.gz
zsh-974d332d8989e85ad2edf95e5e467c6d8b111b38.tar.xz
zsh-974d332d8989e85ad2edf95e5e467c6d8b111b38.zip
zsh-workers/8283
Diffstat (limited to 'Doc/Zsh/compctl.yo')
-rw-r--r--Doc/Zsh/compctl.yo4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Zsh/compctl.yo b/Doc/Zsh/compctl.yo
index 6b017cedc..85993e917 100644
--- a/Doc/Zsh/compctl.yo
+++ b/Doc/Zsh/compctl.yo
@@ -666,7 +666,9 @@ sect(Matching Control)
 It is possible by use of the tt(-M) var(spec) flag to specify how the
 characters in the string to be completed (referred to here as the
 command line) map onto the characters in the list of matches produced by
-the completion code (referred to here as the trial completions).
+the completion code (referred to here as the trial completions). Note
+that this is not used if the command line contains a glob pattern and
+the tt(GLOB_COMPLETE) option is set.
 
 The var(spec) consists of one or more matching descriptions separated by
 whitespace. Each description consists of a letter followed by a colon,