keyhelp typo

This commit is contained in:
PatR
2019-06-25 03:27:42 -07:00
parent 4f0b1262c5
commit d0a32762ab

View File

@@ -3,7 +3,7 @@
For example, ^S and ^Q are often used for XON/XOFF flow-control,
meaning that ^S suspends output and subsequent ^Q resumes suspended
output. When that it the case, neither of those characters will
output. When that is the case, neither of those characters will
reach NetHack when it is waiting for a command keystroke. So they
aren't used as commands, but 'whatdoes' might not be able to tell
you that if they don't get passed through to NetHack.