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: (format "%s" db) " RET instead.")) (insert "\n\nWith your current key bindings" - " you can use the key " + " you can use " + (if (string-equal "the menus" where) + "" + "the key ") where " to get the function `" (format "%s" db) |