# HG changeset patch # User Glenn Morris # Date 1172632795 0 # Node ID ef62cc69bfdd444b84f00b8424c9cffc3c1dac9b # Parent 7767e4297150bf6a5df2e1be8364c5f0092f9732 (tutorial--describe-nonstandard-key): Tweak text in the menus case. diff -r 7767e4297150 -r ef62cc69bfdd lisp/tutorial.el --- a/lisp/tutorial.el Wed Feb 28 03:12:39 2007 +0000 +++ b/lisp/tutorial.el Wed Feb 28 03:19:55 2007 +0000 @@ -154,7 +154,10 @@ (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)