diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/params.yo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index 905e92d22..817496b8a 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -952,8 +952,8 @@ of zsh. ) vindex(ZSH_PATCHLEVEL) item(tt(ZSH_PATCHLEVEL))( -The revision string for the version number of the ChangeLog file -in the zsh distribution. This is most useful in order to keep +The output of `tt(git describe --tags --long)' for the zsh repository +used to build the shell. This is most useful in order to keep track of versions of the shell during development between releases; hence most users should not use it and should instead rely on tt($ZSH_VERSION). |