aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tutorial.el
diff options
context:
space:
mode:
authorJoakim Verona2011-11-01 13:25:00 +0100
committerJoakim Verona2011-11-01 13:25:00 +0100
commit5a2b3200763986b3f1bbd0a58619290e46a57893 (patch)
tree82d2a3f76fae1c1d64261e9222def5a32d2a27d0 /lisp/tutorial.el
parent8bf21b996ee41ae3980696bd7f37d11f44d8e1cb (diff)
parent37dcccdd20fb23eaf947fd51787da84f6f18e425 (diff)
downloademacs-5a2b3200763986b3f1bbd0a58619290e46a57893.tar.gz
emacs-5a2b3200763986b3f1bbd0a58619290e46a57893.zip
upstream
Diffstat (limited to 'lisp/tutorial.el')
-rw-r--r--lisp/tutorial.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tutorial.el b/lisp/tutorial.el
index c57ec33d2e2..be1a12b499b 100644
--- a/lisp/tutorial.el
+++ b/lisp/tutorial.el
@@ -298,7 +298,7 @@ LEFT and RIGHT are the elements to compare."
298 (isearch-backward [?\C-r]) 298 (isearch-backward [?\C-r])
299 299
300 ;; * MULTIPLE WINDOWS 300 ;; * MULTIPLE WINDOWS
301 (split-window-above-each-other [?\C-x ?2]) 301 (split-window-below [?\C-x ?2])
302 (scroll-other-window [?\C-\M-v]) 302 (scroll-other-window [?\C-\M-v])
303 (other-window [?\C-x ?o]) 303 (other-window [?\C-x ?o])
304 (find-file-other-window [?\C-x ?4 ?\C-f]) 304 (find-file-other-window [?\C-x ?4 ?\C-f])