aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tutorial.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/tutorial.el')
-rw-r--r--lisp/tutorial.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/tutorial.el b/lisp/tutorial.el
index 14f127e41a1..a4a422fbc4f 100644
--- a/lisp/tutorial.el
+++ b/lisp/tutorial.el
@@ -63,8 +63,8 @@ with default Emacs bindings information about this is shown.
63 63
64VALUE should have either of these formats: 64VALUE should have either of these formats:
65 65
66 \(cua-mode) 66 (cua-mode)
67 \(current-binding KEY-FUN DEF-FUN KEY WHERE) 67 (current-binding KEY-FUN DEF-FUN KEY WHERE)
68 68
69Where 69Where
70 KEY is a key sequence whose standard binding has been changed 70 KEY is a key sequence whose standard binding has been changed
@@ -402,8 +402,8 @@ where
402 REMARK is a list with info about rebinding. It has either of 402 REMARK is a list with info about rebinding. It has either of
403 these formats: 403 these formats:
404 404
405 \(TEXT cua-mode) 405 (TEXT cua-mode)
406 \(TEXT current-binding KEY-FUN DEF-FUN KEY WHERE) 406 (TEXT current-binding KEY-FUN DEF-FUN KEY WHERE)
407 407
408 Here TEXT is a link text to show to the user. The 408 Here TEXT is a link text to show to the user. The
409 rest of the list is used to show information when 409 rest of the list is used to show information when