summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSyohei YOSHIDA <syohex@gmail.com>2015-10-21 16:59:12 +0900
committerSyohei YOSHIDA <syohex@gmail.com>2015-10-21 16:59:12 +0900
commit83e866ace56cac49edc1c6ec4351fbbb9f7a274f (patch)
tree42bcbbaa498457ad05ebae19e7adbbd9535933b0 /README
parentf4124d97e1a82bea39589f981f105d681fa7dc6b (diff)
downloadgeiser-83e866ace56cac49edc1c6ec4351fbbb9f7a274f.tar.gz
geiser-83e866ace56cac49edc1c6ec4351fbbb9f7a274f.tar.bz2
Correct misspellings
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 4418790..69b34be 100644
--- a/README
+++ b/README
@@ -40,7 +40,7 @@
`M-x install-package RET geiser` inside emacs.
Geiser can be used either directly from its uninstalled source tree
- or byte-compiled and installed after perfoming the standard
+ or byte-compiled and installed after performing the standard
configure/make/make install dance. See the INSTALL file for more details.
** Chicken Addendum
@@ -111,7 +111,7 @@
|-------------+-------------------------------------------------|
| C-c C-m x | Macro-expand definition around point |
| C-c C-m e | Macro-expand sexp before point |
- | C-c C-m r | Marcro-expand region |
+ | C-c C-m r | Macro-expand region |
|-------------+-------------------------------------------------|
| C-c C-k | Compile and load current file |
|-------------+-------------------------------------------------|