branch: externals/devdocs
commit a58b016fcd9ef47577c314009913b8b3d9c75301
Author: Jürgen Hötzel <juer...@hoetzel.info>
Commit: GitHub <nore...@github.com>

    Fix typo in docs
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 94ded7cd6d..907b0a9adf 100644
--- a/README.org
+++ b/README.org
@@ -29,7 +29,7 @@ It's handy to have a keybinding for the latter command.  One
 possibility, in analogy to =C-h S= (=info-lookup-symbol=), is
 
 #+begin_src elisp
-  (global-set-key (kbd ("C-h D")) 'devdocs-lookup)
+  (global-set-key (kbd "C-h D") 'devdocs-lookup)
 #+end_src
 
 In any given buffer, the first call to =devdocs-lookup= will query for

Reply via email to