summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-02-28 03:19:55 +0000
committerGlenn Morris <rgm@gnu.org>2007-02-28 03:19:55 +0000
commitf9b9b6b17b3d745e56e4c5d8f9104a6e492ad922 (patch)
treebbebda9347e12342ed6ed46b760b6abaed69783f
parent2cd2cddd360423a7501729bfa8556c4a630d6984 (diff)
downloademacs-f9b9b6b17b3d745e56e4c5d8f9104a6e492ad922.tar.gz
(tutorial--describe-nonstandard-key): Tweak text in the menus case.
-rw-r--r--lisp/tutorial.el5
1 files changed, 4 insertions, 1 deletions
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)