Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: $ZSH_PATCHLEVEL documentation



diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index 905e92d..817496b 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).



Messages sorted by: Reverse Date, Date, Thread, Author