diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2013-04-08 20:15:39 +0200 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2013-04-08 20:16:27 +0200 |
commit | aa317f355ce4b81c33b85bb9f56953c252aea146 (patch) | |
tree | 42e35aea38d3c1f0228447070e83f9c410ae4ddc | |
parent | b4b02fbc8a6481c05bfb0eb82259e17b3a8714a4 (diff) | |
download | zsh-aa317f355ce4b81c33b85bb9f56953c252aea146.tar.gz zsh-aa317f355ce4b81c33b85bb9f56953c252aea146.tar.xz zsh-aa317f355ce4b81c33b85bb9f56953c252aea146.zip |
unposted: fix a typo in docs
-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 3549fdae2..614924bfb 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -346,7 +346,7 @@ previous keymaps will be restored. tt(Vared) calls the usual `tt(zle-line-init)' and `tt(zle-line-finish)' hooks before and after it takes control. Using the tt(-i) and tt(-f) -options, it is possible to replace these with other costum widgets. +options, it is possible to replace these with other custom widgets. If `tt(-t) var(tty)' is given, var(tty) is the name of a terminal device to be used instead of the default tt(/dev/tty). If var(tty) does not |