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 be50d793f0f..cf9a391e5a6 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el | |||
| @@ -153,7 +153,7 @@ options: | |||
| 153 | (insert "\n\nYou can use M-x " | 153 | (insert "\n\nYou can use M-x " |
| 154 | (format "%s" db) | 154 | (format "%s" db) |
| 155 | " RET instead.")) | 155 | " RET instead.")) |
| 156 | (insert "\n\nWith you current key bindings" | 156 | (insert "\n\nWith your current key bindings" |
| 157 | " you can use the key " | 157 | " you can use the key " |
| 158 | where | 158 | where |
| 159 | " to get the function `" | 159 | " to get the function `" |