about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-03-15 00:06:48 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-03-15 00:12:04 +0000
commitbd06982b2354083db139b3ca65f999717a0c0b9c (patch)
tree4dea3196de32e713a840a5a5f95eb8df7a3a5819
parenta1f45b3346f2c2d10e51c2a33bd98b1161334c67 (diff)
downloadzsh-bd06982b2354083db139b3ca65f999717a0c0b9c.tar.gz
zsh-bd06982b2354083db139b3ca65f999717a0c0b9c.tar.xz
zsh-bd06982b2354083db139b3ca65f999717a0c0b9c.zip
38155: docs: compsys: Clarify documentation of the 'filter' style.
-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