diff options
author | LinXitoW <mriegler@gmx.de> | 2013-07-28 17:33:48 +0200 |
---|---|---|
committer | LinXitoW <mriegler@gmx.de> | 2013-07-28 17:33:48 +0200 |
commit | bfca9d4999312cb587953eb6755ac4f5933a23e0 (patch) | |
tree | 2b6185494211f3fefde57367b00393229c1f3f00 /elisp.html.markdown | |
parent | e06a5d7e0acd8e5c92190da67930118220680346 (diff) |
fix hotkey typo
o in c-xo instead of j
Diffstat (limited to 'elisp.html.markdown')
-rw-r--r-- | elisp.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
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': |