mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
23205: fix misspelling of "effect".
This commit is contained in:
parent
41d485cb75
commit
335fcaa9c5
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2007-03-05 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
|
* 23205: Doc/Zsh/options.yo: fix misspelling of "effect".
|
||||||
|
|
||||||
2007-03-01 Peter Stephenson <pws@csr.com>
|
2007-03-01 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
* 23203: Completion/X/Command/_acroread: use -version
|
* 23203: Completion/X/Command/_acroread: use -version
|
||||||
|
|
|
@ -616,7 +616,7 @@ When the history file is re-written, we normally write out a copy of
|
||||||
the file named $HISTFILE.new and then rename it over the old one.
|
the file named $HISTFILE.new and then rename it over the old one.
|
||||||
However, if this option is unset, we instead truncate the old
|
However, if this option is unset, we instead truncate the old
|
||||||
history file and write out the new version in-place. If one of the
|
history file and write out the new version in-place. If one of the
|
||||||
history-appending options is enabled, this option only has an affect
|
history-appending options is enabled, this option only has an effect
|
||||||
when the enlarged history file needs to be re-written to trim it
|
when the enlarged history file needs to be re-written to trim it
|
||||||
down to size. Disable this only if you have special needs, as doing
|
down to size. Disable this only if you have special needs, as doing
|
||||||
so makes it possible to lose history entries if zsh gets interrupted
|
so makes it possible to lose history entries if zsh gets interrupted
|
||||||
|
|
Loading…
Reference in a new issue