diff options
author | Syohei YOSHIDA <syohex@gmail.com> | 2015-10-21 16:59:12 +0900 |
---|---|---|
committer | Syohei YOSHIDA <syohex@gmail.com> | 2015-10-21 16:59:12 +0900 |
commit | d44d5cbda1013b682ab6c3a3938c7d484e3ce885 (patch) | |
tree | 9f9beec4cb2ae1f6dedc6d795c7bfe6e2afc48c6 | |
parent | 3319d2785711aa7e717f5d68a09523307bf126f1 (diff) | |
download | geiser-guile-d44d5cbda1013b682ab6c3a3938c7d484e3ce885.tar.gz geiser-guile-d44d5cbda1013b682ab6c3a3938c7d484e3ce885.tar.bz2 |
Correct misspellings
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | |-------------+-------------------------------------------------| |