mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-24 06:53:08 +03:00
fix hotkey typo
o in c-xo instead of j
This commit is contained in:
parent
e06a5d7e0a
commit
bfca9d4999
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user