about summary refs log tree commit diff
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
parentc3f4d18e4fc9adcc47462a3cfc413555546a1425 (diff)
downloadzsh-1d3a540139702680c27a0ad2faea897f203be736.tar.gz
zsh-1d3a540139702680c27a0ad2faea897f203be736.tar.xz
zsh-1d3a540139702680c27a0ad2faea897f203be736.zip
unposted: developer documentation: Clarify the term "variant".
-rw-r--r--ChangeLog4
-rw-r--r--Etc/completion-style-guide3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d24593db5..1d84ddd7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-02-19  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* unposted: Etc/completion-style-guide: Clarify the term "variant".
+
 2016-02-17  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 37999: README, Src/signals.c, Test/C03traps.ztst: Make
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
 ---------------------------