diff options
author | Peter Stephenson <pws@zsh.org> | 2015-05-06 09:27:09 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-05-06 09:27:09 +0100 |
commit | f29895cc08bc04d9788af4a12523bacbd6e6126a (patch) | |
tree | 839811521b11937a912d19667b3468a034c6721a /Doc/Zsh | |
parent | 36a55e278e31cfdf3e2e5212ade32d254e4a857a (diff) | |
download | zsh-f29895cc08bc04d9788af4a12523bacbd6e6126a.tar.gz zsh-f29895cc08bc04d9788af4a12523bacbd6e6126a.tar.xz zsh-f29895cc08bc04d9788af4a12523bacbd6e6126a.zip |
c.f. 35041: typo in zle.yo
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/zle.yo | 2 |
1 files changed, 1 insertions, 1 deletions
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 |