changeset 76210:ef62cc69bfdd

(tutorial--describe-nonstandard-key): Tweak text in the menus case.
author Glenn Morris <rgm@gnu.org>
date Wed, 28 Feb 2007 03:19:55 +0000
parents 7767e4297150
children 8447b0b1b72e
files lisp/tutorial.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)