about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-01-09 20:28:30 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-01-09 20:28:30 +0000
commit18143c322614c6e81648b696d30e743068c24afa (patch)
treef73b3c27953231ae3053d382293c11d8b9b06000 /Doc
parentcb9360e4453d93f40e2b48cd87d81394a4cda3f4 (diff)
downloadzsh-18143c322614c6e81648b696d30e743068c24afa.tar.gz
zsh-18143c322614c6e81648b696d30e743068c24afa.tar.xz
zsh-18143c322614c6e81648b696d30e743068c24afa.zip
262727: add $ZSH_PATCHLEVEL from ChangeLog revision
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/params.yo10
1 files changed, 9 insertions, 1 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index bc8a79450..79db4c613 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -727,6 +727,14 @@ item(tt(ZSH_NAME))(
 Expands to the basename of the command used to invoke this instance
 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
+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).
+)
 item(tt(zsh_scheduled_events))(
 See ifzman(the section `The zsh/sched Module' in zmanref(zshmodules))\
 ifnzman(noderef(The zsh/sched Module)).
@@ -740,7 +748,7 @@ and `tt(print $(print $ZSH_SUBSHELL))' output 1, while
 )
 vindex(ZSH_VERSION)
 item(tt(ZSH_VERSION))(
-The version number of this zsh.
+The version number of the release of zsh.
 )
 enditem()
 texinode(Parameters Used By The Shell)()(Parameters Set By The Shell)(Parameters)