Skip to content

Commit

Permalink
partial fix for syl20bnr#1823
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Tilles committed Jun 2, 2015
1 parent d467ccc commit 6f684cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------|------------------------------------------------------------------
`<SPC> h d f` | describe-function
`<SPC> h d k` | describe-key
`<SPC> h d m` | describe-mode
`<SPC> h d v` | describe-variable
Key Binding | Description
---------------------|------------------------------------------------------------------
<kbd>SPC h d f</kbd> | describe-function
<kbd>SPC h d k</kbd> | describe-key
<kbd>SPC h d m</kbd> | describe-mode
<kbd>SPC h d v</kbd> | describe-variable

# How-To's

Expand Down

0 comments on commit 6f684cc

Please sign in to comment.