From ff6f5905721b3d528c94849068e0c6274443e35e Mon Sep 17 00:00:00 2001 From: Ramkumar Ramachandra Date: Tue, 9 Apr 2013 18:58:00 +0530 Subject: [PATCH] README: fix minor typo {form -> from} --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0466e02..e8f0d2c 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ Keybinding | Description C-- | Decrease font size(`text-scale-decrease`). C-x O | Go back to previous window (the inverse of `other-window` (`C-x o`)). C-x ^ | Join two lines into one(`join-line`). -C-x p | Start `proced` (manage processes form Emacs, works only in Linux). +C-x p | Start `proced` (manage processes from Emacs; works only in Linux). C-x m | Start `eshell`. C-x M-m | Start your default shell. C-x C-m | Alias for `M-x`.