summaryrefslogtreecommitdiff
path: root/public/emacs-shells.md
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-01-25 22:59:27 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-01-25 22:59:27 -0500
commit2413c4d35298a603adb42140a64d68cbbd2be1fb (patch)
treeae608b9a3beea7fb5700698d7073b9b2a974f422 /public/emacs-shells.md
parent47324331076bd3427c2781802e21f8f546b082b1 (diff)
Tidy up, use unicode … when appropriate.
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