diff options
author | Han Pingtian <hanpt@linux.vnet.ibm.com> | 2015-04-04 06:30:15 +0800 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-04-13 11:21:12 +0100 |
commit | cea8b471f62e6aabbbe038180d355703a0b5c2c1 (patch) | |
tree | ce067899b324bb41632e153ea288e3d484d5f623 | |
parent | b3d32115f86c97527ea0ff9f9b9bc20f9ade2e2b (diff) | |
download | zsh-cea8b471f62e6aabbbe038180d355703a0b5c2c1.tar.gz zsh-cea8b471f62e6aabbbe038180d355703a0b5c2c1.tar.xz zsh-cea8b471f62e6aabbbe038180d355703a0b5c2c1.zip |
users/20078: HIST_BEEP doc
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Doc/Zsh/options.yo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 646726337..8eba2ca89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-04-13 Peter Stephenson <p.stephenson@samsung.com> + + * Han Pingtian: users/20078: Doc/Zsh/options.yo: HIST_BEEP doc. + 2015-04-10 Clint Adams <clint@zsh.org> * 34874: Completion/Unix/Command/_cabal: completion for cabal diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 19920ca53..854025628 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -809,7 +809,7 @@ pindex(NOHISTBEEP) cindex(history beeping) cindex(beep, history) item(tt(HIST_BEEP) <D>)( -Beep when an attempt is made to access a history entry which +Beep in ZLE when a widget attempts to access a history entry which isn't there. ) pindex(HIST_EXPIRE_DUPS_FIRST) |