about summary refs log tree commit diff
diff options
context:
space:
mode:
authorHan Pingtian <hanpt@linux.vnet.ibm.com>2015-04-11 07:20:12 +0800
committerPeter Stephenson <pws@zsh.org>2015-04-13 11:26:52 +0100
commit20982001b1ba4dd5a133f4b0b8994735758b815b (patch)
tree411705e02442f2f47bac0ce294e7274062005823
parentcea8b471f62e6aabbbe038180d355703a0b5c2c1 (diff)
downloadzsh-20982001b1ba4dd5a133f4b0b8994735758b815b.tar.gz
zsh-20982001b1ba4dd5a133f4b0b8994735758b815b.tar.xz
zsh-20982001b1ba4dd5a133f4b0b8994735758b815b.zip
34875: CSH_JUNKIE_HISTORY doc
-rw-r--r--ChangeLog2
-rw-r--r--Doc/Zsh/options.yo4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8eba2ca89..e4ffaa46a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2015-04-13  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* Han Pingtian: 34875: Doc/Zsh/options.yo: CSH_JUNKIE_HISTORY doc.
+
 	* Han Pingtian: users/20078: Doc/Zsh/options.yo: HIST_BEEP doc.
 
 2015-04-10  Clint Adams  <clint@zsh.org>
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 854025628..f0d6f1d3c 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -1846,8 +1846,8 @@ cindex(history style, csh)
 item(tt(CSH_JUNKIE_HISTORY) <C>)(
 A history reference without an event specifier will always refer to the
 previous command.  Without this option, such a history reference refers
-to the same event as the previous history reference, defaulting to the
-previous command.
+to the same event as the previous history reference on the current 
+command line, defaulting to the previous command.
 )
 pindex(CSH_JUNKIE_LOOPS)
 pindex(NO_CSH_JUNKIE_LOOPS)