From bfca9d4999312cb587953eb6755ac4f5933a23e0 Mon Sep 17 00:00:00 2001 From: LinXitoW Date: Sun, 28 Jul 2013 17:33:48 +0200 Subject: fix hotkey typo o in c-xo instead of j --- elisp.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp.html.markdown b/elisp.html.markdown index b1bd2c47..bd23817d 100644 --- a/elisp.html.markdown +++ b/elisp.html.markdown @@ -130,7 +130,7 @@ filename: learn-emacs-lisp.el ;: => [screen has two windows and cursor is in the *test* buffer] ;; Mouse over the top window and left-click to go back. Or you can -;; use `C-xo' (i.e. hold down control-x and hit j) to go to the other +;; use `C-xo' (i.e. hold down control-x and hit o) to go to the other ;; window interactively. ;; You can combine several sexps with `progn': -- cgit v1.2.3