]> git.eshelyaron.com Git - emacs.git/commitdiff
(tutorial--describe-nonstandard-key): Tweak text in the menus case.
authorGlenn Morris <rgm@gnu.org>
Wed, 28 Feb 2007 03:19:55 +0000 (03:19 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 28 Feb 2007 03:19:55 +0000 (03:19 +0000)
lisp/tutorial.el

index f1da71a8e5d15bda01a7795c144437fdf6da2daf..8495f1db6d96ddee1c8e68e0ae120f66f98149e1 100644 (file)
@@ -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)