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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/emacs-shells.md b/public/emacs-shells.md
index 638ddbb..3e52804 100644
--- a/public/emacs-shells.md
+++ b/public/emacs-shells.md
@@ -33,7 +33,7 @@ me). There are two modes of operation:
* `(term-escape-char) C-j` switches to line mode.
* line mode: Editing is done like in a normal Emacs buffer, `<enter>`
sends the current line to the shell. This is useful for working with
- a program's output.
+ a program's output.
* `C-c C-k` switches to char mode.
This mode is activated with
@@ -64,7 +64,7 @@ highlighting on the currently being typed command. Ncurses programs
will of course not work. This mode is activated with:
M-x shell
-
+
eshell-mode
-----------