about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-05 22:05:42 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-05 22:05:42 +0000
commit2f9d4a9e4602e822c0b29877bf14c8ec07b75ee8 (patch)
tree6ce03747738bfb63ead42925beba806a26caf274
parent1b2338d0a693ab92d1632d81511df600c6b7a443 (diff)
downloadzsh-2f9d4a9e4602e822c0b29877bf14c8ec07b75ee8.tar.gz
zsh-2f9d4a9e4602e822c0b29877bf14c8ec07b75ee8.tar.xz
zsh-2f9d4a9e4602e822c0b29877bf14c8ec07b75ee8.zip
zsh-workers/7648
-rw-r--r--Doc/Zsh/options.yo10
-rw-r--r--Doc/Zsh/params.yo2
2 files changed, 6 insertions, 6 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index c78b09a51..025f015e1 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -480,16 +480,16 @@ item(tt(HIST_NO_STORE))(
 Remove the tt(history) (tt(fc -l)) command from
 the history when invoked.
 )
-pindex(HIST_SAVE_NO_DUPS)
-item(tt(HIST_SAVE_NO_DUPS))(
-When writing out the history file, older commands that duplicate
-newer ones are omitted.
-)
 pindex(HIST_REDUCE_BLANKS)
 item(tt(HIST_REDUCE_BLANKS))(
 Remove superfluous blanks from each command line
 being added to the history list.
 )
+pindex(HIST_SAVE_NO_DUPS)
+item(tt(HIST_SAVE_NO_DUPS))(
+When writing out the history file, older commands that duplicate
+newer ones are omitted.
+)
 pindex(HIST_VERIFY)
 cindex(history, verifying substitution)
 item(tt(HIST_VERIFY))(
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index 3b7857471..4eeabd6c6 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -146,7 +146,7 @@ part of each pair is compared to the pattern, and the first matching
 key found is used.
 )
 item(tt(I))(
-like `tt(i), but gives the index of the last match, or all possible
+like `tt(i)', but gives the index of the last match, or all possible
 matching keys in an associative array.
 )
 item(tt(n:)var(expr)tt(:))(