diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Doc/Zsh/zle.yo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 65216b569..81e6f6270 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-05-06 Peter Stephenson <p.stephenson@samsung.com> + + * c.f. 35041 (Axel Beckert): Doc/Zsh/zle.yo: typo. + 2015-05-06 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> * 35034: improve format in the manual (up to Chapter18) diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index e6f087fc7..c7835675f 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -141,7 +141,7 @@ While for normal editing a single keymap is used exclusively, in many modes a local keymap allows for some keys to be customised. For example, in an incremental search mode, a binding in the tt(isearch) keymap will override a binding in the tt(main) keymap but all keys that are not -overriden can still be used. +overridden can still be used. If a key sequence is defined in a local keymap, it will hide a key sequence in the global keymap that is a prefix of that sequence. An |