diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-05-08 15:56:37 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-05-08 15:56:37 +0000 |
commit | 705fd24fd5c64fcf0bd59c0cda29a2125d7199e3 (patch) | |
tree | 4ac67d6fd6a296492e1f4c6b3e1fe00311570591 /Doc | |
parent | 3c04bfefdad1bb6d2d44b907ddafa5a32d5f7f79 (diff) | |
download | zsh-705fd24fd5c64fcf0bd59c0cda29a2125d7199e3.tar.gz zsh-705fd24fd5c64fcf0bd59c0cda29a2125d7199e3.tar.xz zsh-705fd24fd5c64fcf0bd59c0cda29a2125d7199e3.zip |
11044, 11260: DVORAK options for spell checking.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/options.yo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index e55ed53bd..9b2d34b92 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -326,6 +326,12 @@ do not report an error unless all the patterns in a command have no matches. Overrides tt(NULL_GLOB). ) +pindex(DVORAK) +item(tt(DVORAK))( +Use the Dvorak keyboard instead of the standard qwerty keyboard as a basis +for examining spelling mistakes for the tt(CORRECT) and tt(CORRECT_ALL) +options and the tt(spell-word) editor command. +) pindex(EQUALS) cindex(filename expansion, =) item(tt(EQUALS) <Z>)( |