aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tutorial.el
diff options
context:
space:
mode:
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 bab943968f8..15dfe86a8df 100644
--- a/lisp/tutorial.el
+++ b/lisp/tutorial.el
@@ -252,7 +252,7 @@ LEFT and RIGHT are the elements to compare."
252 ;; * INSERTING AND DELETING 252 ;; * INSERTING AND DELETING
253 ;; C-u 8 * to insert ********. 253 ;; C-u 8 * to insert ********.
254 (delete-backward-char "\d") 254 (delete-backward-char "\d")
255 (delete-char [?\C-d]) 255 (delete-forward-char [?\C-d])
256 (backward-kill-word [?\M-\d]) 256 (backward-kill-word [?\M-\d])
257 (kill-word [?\M-d]) 257 (kill-word [?\M-d])
258 (kill-line [?\C-k]) 258 (kill-line [?\C-k])