diff options
Diffstat (limited to 'lisp/tutorial.el')
| -rw-r--r-- | lisp/tutorial.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/tutorial.el b/lisp/tutorial.el index f1da71a8e5d..8495f1db6d9 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el | |||
| @@ -154,7 +154,10 @@ options: | |||
| 154 | (format "%s" db) | 154 | (format "%s" db) |
| 155 | " RET instead.")) | 155 | " RET instead.")) |
| 156 | (insert "\n\nWith your current key bindings" | 156 | (insert "\n\nWith your current key bindings" |
| 157 | " you can use the key " | 157 | " you can use " |
| 158 | (if (string-equal "the menus" where) | ||
| 159 | "" | ||
| 160 | "the key ") | ||
| 158 | where | 161 | where |
| 159 | " to get the function `" | 162 | " to get the function `" |
| 160 | (format "%s" db) | 163 | (format "%s" db) |