summaryrefslogtreecommitdiff
path: root/tab-conf.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-02-08 23:36:26 +0800
committerJSDurand <mmemmew@gmail.com>2021-02-08 23:36:26 +0800
commit393604e5bf4ce15df7342fdc094900fd1be2b39f (patch)
treed7b1e77cfe27b3ffa347fa2e9db632d97dfe7dc1 /tab-conf.el
parentc8d4224e42a710b262e8ba67d720f6eff4e89fcb (diff)
Constantly growing
A lot of improvements.
Diffstat (limited to 'tab-conf.el')
-rw-r--r--tab-conf.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/tab-conf.el b/tab-conf.el
index 99f423d..6fccb7b 100644
--- a/tab-conf.el
+++ b/tab-conf.el
@@ -20,9 +20,9 @@ If there are two tabs and ARG is not '(4) or '(16), just switch
between them.
If there are more than two tabs and if ARG is not '(4) or '(16),
-then use complting-read to ask for a tab to switch to.
+then use `completing-read' to ask for a tab to switch to.
-If ARG is '(16), then use completing-read to ask for a tab to
+If ARG is '(16), then use `completing-read' to ask for a tab to
delete. The default is the current tab. However, if there is only
one tab, create another one, prompting me for the buffer to
display in the new tab."