emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/tutorial.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/tutorial.el,v
Date: Wed, 28 Feb 2007 03:19:55 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/02/28 03:19:55

Index: tutorial.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/tutorial.el,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- tutorial.el 30 Jan 2007 23:47:57 -0000      1.14
+++ tutorial.el 28 Feb 2007 03:19:55 -0000      1.15
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]