From a0346e041168afd8376c150ca4fb9b4349aa90f3 Mon Sep 17 00:00:00 2001 From: Aris Sotiropoulos Date: Mon, 26 Mar 2018 16:28:02 +0300 Subject: [PATCH] correction of typo --- Elisp_Programming.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Elisp_Programming.org b/Elisp_Programming.org index a206a46..986768c 100644 --- a/Elisp_Programming.org +++ b/Elisp_Programming.org @@ -89,7 +89,7 @@ function =next-buffer= that can be executed with M-x next-buffer. To learn which function is bound to key type: =M-x describe-key= and then type the key binding like =C-x = to pop up a window that -shows the function bound to that key or just type =C-h-k= and type the +shows the function bound to that key or just type =C-h k= and type the key combination. [[file:images/function_keybind_describe.png][file:images/function_keybind_describe.png]]