summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/compsys.yo3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 71d8e12a4..956b145e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-03-15 Daniel Shahaf <d.s@daniel.shahaf.name>
+
+ * 38155: Doc/Zsh/compsys.yo: docs: compsys: Clarify documentation
+ of the 'filter' style.
+
2016-03-15 m0viefreak <m0viefreak.cm@googlemail.com>
* 38151: Completion/Unix/Command/_git: fix tag name of remote
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 2aa0740b8..d478e818e 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -1554,7 +1554,8 @@ of the links themselves.
)
kindex(filter, completion style)
item(tt(filter))(
-This is used by the LDAP plugin for e-mail address completion to specify
+The tt(ldap) plugin of email address completion (see tt(_email_addresses)) uses
+this style to specify
the attributes to match against when filtering entries. So for example, if
the style is set to `tt(sn)', matching is done against surnames. Standard
LDAP filtering is used so normal completion matching is bypassed. If this