Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] make the doc of cshjunkiehistory more clear
- X-seq: zsh-workers 34875
- From: Han Pingtian <hanpt@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH] make the doc of cshjunkiehistory more clear
- Date: Sat, 11 Apr 2015 07:20:12 +0800
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hi,
I'd like to suggest make the doc of cshjunkiehistory more clear. Please
have a look. Thanks.
The history event being referred to is the pervious one on current
command line when cshjunkiehistory unset.
Signed-off-by: Han Pingtian <hanpt@xxxxxxxxxxxxxxxxxx>
---
Doc/Zsh/options.yo | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 19920ca..d9cba13 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)
--
1.9.3
Messages sorted by:
Reverse Date,
Date,
Thread,
Author