From 6f684cc46c74f0ba4f2b705576cbf8ed34520e3e Mon Sep 17 00:00:00 2001 From: Josh Tilles Date: Tue, 2 Jun 2015 19:08:29 -0400 Subject: [PATCH] partial fix for syl20bnr/spacemacs#1823 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8cd3e2ccee0e..e923a2a1a30c 100644 --- a/README.md +++ b/README.md @@ -377,12 +377,12 @@ which would list all `buffer` related bindings. `Describe functions` are powerful Emacs introspection commands to get information about functions, variables, modes etc. These commands are bound thusly: -Key Binding | Description ---------------|------------------------------------------------------------------ -` h d f` | describe-function -` h d k` | describe-key -` h d m` | describe-mode -` h d v` | describe-variable +Key Binding | Description +---------------------|------------------------------------------------------------------ +SPC h d f | describe-function +SPC h d k | describe-key +SPC h d m | describe-mode +SPC h d v | describe-variable # How-To's