summaryrefslogtreecommitdiff
path: root/src/mksh.faq
diff options
context:
space:
mode:
Diffstat (limited to 'src/mksh.faq')
-rw-r--r--src/mksh.faq4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mksh.faq b/src/mksh.faq
index 1fc3b7d..83e0191 100644
--- a/src/mksh.faq
+++ b/src/mksh.faq
@@ -1,4 +1,4 @@
-RCSID: $MirOS: src/bin/mksh/mksh.faq,v 1.6 2020/04/13 20:46:39 tg Exp $
+RCSID: $MirOS: src/bin/mksh/mksh.faq,v 1.7 2020/04/25 12:09:55 tg Exp $
ToC: spelling
Title: How do you spell <tt>mksh</tt>? How do you pronounce it?
@@ -357,7 +357,7 @@ Title: What about programmable tab completion?
The shell itself provides static deterministic tab completion.
However, you can use hooks like reprogramming the Tab key to a
command line editor macro, and using the <tt>evaluate-region</tt>
-editor command (modulo a bugfix) together with <tt>quote-region<tt> and shell functions to
+editor command (modulo a bugfix) together with <tt>quote-region</tt> and shell functions to
implement a programmable completion engine. Multiple people have
been considering doing so in our IRC channel; we’ll hyperlink to
these engines when they are available.