diff options
Diffstat (limited to 'lisp/tutorial.el')
| -rw-r--r-- | lisp/tutorial.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tutorial.el b/lisp/tutorial.el index 2d313076e3a..0f3a1506d6b 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el | |||
| @@ -385,7 +385,7 @@ correspond to what the tutorial says.\n\n") | |||
| 385 | "Find the key bindings used in the tutorial that have changed. | 385 | "Find the key bindings used in the tutorial that have changed. |
| 386 | Return a list with elements of the form | 386 | Return a list with elements of the form |
| 387 | 387 | ||
| 388 | '(KEY DEF-FUN DEF-FUN-TXT WHERE REMARK QUIET) | 388 | (KEY DEF-FUN DEF-FUN-TXT WHERE REMARK QUIET) |
| 389 | 389 | ||
| 390 | where | 390 | where |
| 391 | 391 | ||