about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSimon Ruderich <rudi_s@users.sourceforge.net>2011-09-07 13:40:23 +0000
committerSimon Ruderich <rudi_s@users.sourceforge.net>2011-09-07 13:40:23 +0000
commitd88c4241f982fe45c462e0a7f17fddea57d121f4 (patch)
treedb283d9dc92b9ef682976b21bd2fd0be0b779f16
parent0e0f259540997bcd965ba08898d8c1cb77fc5878 (diff)
downloadzsh-d88c4241f982fe45c462e0a7f17fddea57d121f4.tar.gz
zsh-d88c4241f982fe45c462e0a7f17fddea57d121f4.tar.xz
zsh-d88c4241f982fe45c462e0a7f17fddea57d121f4.zip
29756: Doc/Zsh/params.yo: DIRSTACKSIZE is unlimited by default.
-rw-r--r--ChangeLog6
-rw-r--r--Doc/Zsh/params.yo2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 994b9b524..91c8380b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-09-07  Simon Ruderich  <simon@ruderich.org>
+
+	* 29756: Doc/Zsh/params.yo: DIRSTACKSIZE is unlimited by default.
+
 2011-09-07  Mikael Magnusson  <mikachu@gmail.com>
 
 	* 29755: Completion/Unix/Command/_ssh: add -O stop to to _ssh.
@@ -15387,5 +15391,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5460 $
+* $Revision: 1.5461 $
 *****************************************************
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index c46d85bcd..e9a3c722d 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -907,7 +907,7 @@ directory would still be completed).
 )
 vindex(DIRSTACKSIZE)
 item(tt(DIRSTACKSIZE))(
-The maximum size of the directory stack.  If the
+The maximum size of the directory stack, by default there is no limit.  If the
 stack gets larger than this, it will be truncated automatically.
 This is useful with the tt(AUTO_PUSHD) option.
 pindex(AUTO_PUSHD, use of)