summaryrefslogtreecommitdiff
path: root/public/emacs-shells.md
diff options
context:
space:
mode:
Diffstat (limited to 'public/emacs-shells.md')
-rw-r--r--public/emacs-shells.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/emacs-shells.md b/public/emacs-shells.md
index 66848bb..d7ff44e 100644
--- a/public/emacs-shells.md
+++ b/public/emacs-shells.md
@@ -53,7 +53,7 @@ shell-mode
The name is a misnomer; shell-mode is a terminal
emulator, not a shell; it's called that because it is used for running
-a shell (bash/zsh...). The idea of this mode is to use an external
+a shell (bash, zsh, …). The idea of this mode is to use an external
shell, but make it Emacs-y. History is not handled by the shell, but
by Emacs; `M-p` and `M-n` access the history, while arrows/`C-p`/`C-n`
move the point (which is is consistent with other Emacs REPL-type