diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2000-04-12 15:05:34 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2000-04-12 15:05:34 +0000 |
commit | c7d8a2426f46f54cfd3125427e5b7f9177fa06ff (patch) | |
tree | 1f15eacb2b9c4fae08a186515579ada370b701e9 /Doc/Zsh | |
parent | 47e4c7b8c18bf60b31505afa570257f7263d4940 (diff) | |
download | zsh-c7d8a2426f46f54cfd3125427e5b7f9177fa06ff.tar.gz zsh-c7d8a2426f46f54cfd3125427e5b7f9177fa06ff.tar.xz zsh-c7d8a2426f46f54cfd3125427e5b7f9177fa06ff.zip |
Use _arguments for bindkey completion and fix small typo in docs
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/mod_zle.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/mod_zle.yo b/Doc/Zsh/mod_zle.yo index a677ad0b1..d301b4de3 100644 --- a/Doc/Zsh/mod_zle.yo +++ b/Doc/Zsh/mod_zle.yo @@ -72,7 +72,7 @@ be empty. ) enditem() -To use a newly created keymamp, it should be linked to tt(main). Hence +To use a newly created keymap, it should be linked to tt(main). Hence the sequence of commands to create and use a new keymap `tt(mymap)' initialized from the tt(emacs) keymap (which remains unchanged) is: |