summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-02-19 09:30:46 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-02-19 09:31:41 +0000
commit1d3a540139702680c27a0ad2faea897f203be736 (patch)
treefb50f1090c5d2f5c2da511db83f9c5dc0a909564 /Etc
parentc3f4d18e4fc9adcc47462a3cfc413555546a1425 (diff)
downloadzsh-1d3a540139702680c27a0ad2faea897f203be736.tar.gz
zsh-1d3a540139702680c27a0ad2faea897f203be736.tar.xz
zsh-1d3a540139702680c27a0ad2faea897f203be736.zip
unposted: developer documentation: Clarify the term "variant".
Diffstat (limited to 'Etc')
-rw-r--r--Etc/completion-style-guide3
1 files changed, 2 insertions, 1 deletions
diff --git a/Etc/completion-style-guide b/Etc/completion-style-guide
index b5de16f03..e91e92307 100644
--- a/Etc/completion-style-guide
+++ b/Etc/completion-style-guide
@@ -77,7 +77,8 @@ In most cases multiple versions (releases) of commands are not
 supported. The functions are merely updated to reflect the latest stable
 version. Exceptions to this can be made where are particular version
 continues to be commonly distributed. Where there is more than one variant
-of the same command however, the separate variants should be supported.
+of the same command however (e.g., the command takes different options
+different platforms), the separate variants should be supported.
 
 Contexts, tags and all that
 ---------------------------