From f9b9b6b17b3d745e56e4c5d8f9104a6e492ad922 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 28 Feb 2007 03:19:55 +0000 Subject: [PATCH] (tutorial--describe-nonstandard-key): Tweak text in the menus case. --- lisp/tutorial.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) -- 2.39.2