Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: $ZSH_PATCHLEVEL documentation
- X-seq: zsh-workers 41510
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: Zsh Hackers' List <zsh-workers@xxxxxxx>
- Subject: PATCH: $ZSH_PATCHLEVEL documentation
- Date: Tue, 08 Aug 2017 10:45:05 +0100
- Cms-type: 201P
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Organization: Samsung Cambridge Solution Centre
- References: <CGME20170808094508eucas1p1817bf32fb7bae257836a9f6a416409c4@eucas1p1.samsung.com>
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