From: Glenn Morris Date: Wed, 28 Feb 2007 03:19:55 +0000 (+0000) Subject: (tutorial--describe-nonstandard-key): Tweak text in the menus case. X-Git-Tag: emacs-pretest-22.0.95~54 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f9b9b6b17b3d745e56e4c5d8f9104a6e492ad922;p=emacs.git (tutorial--describe-nonstandard-key): Tweak text in the menus case. --- 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)