aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tutorial.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/tutorial.el')
-rw-r--r--lisp/tutorial.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/tutorial.el b/lisp/tutorial.el
index 7d6bf1c7c72..3290d67a99a 100644
--- a/lisp/tutorial.el
+++ b/lisp/tutorial.el
@@ -264,8 +264,7 @@ LEFT and RIGHT are the elements to compare."
264 (yank-pop [?\M-y]) 264 (yank-pop [?\M-y])
265 265
266 ;; * UNDO 266 ;; * UNDO
267 (advertised-undo [?\C-x ?u]) 267 (undo [?\C-x ?u])
268 (advertised-undo [?\C-x ?u])
269 268
270 ;; * FILES 269 ;; * FILES
271 (find-file [?\C-x ?\C-f]) 270 (find-file [?\C-x ?\C-f])