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