]> git.eshelyaron.com Git - emacs.git/commitdiff
(command-line-1, fancy-splash-text): Change the
authorGerd Moellmann <gerd@gnu.org>
Mon, 25 Sep 2000 09:11:31 +0000 (09:11 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 25 Sep 2000 09:11:31 +0000 (09:11 +0000)
text to sound more friendly.

lisp/startup.el

index 3d178d89619641bc07be20349dd9fdf1061c4b9c..e8ebf6696ca7df913f82833f01d7f93fbf5eb464 100644 (file)
@@ -849,8 +849,8 @@ If this is nil, no message will be displayed."
 
 (defvar fancy-splash-text
   '((:face variable-pitch
-          "The menu bar and scroll bar are sufficient \
-for basic editing with the mouse.\n\n"
+          "You can do basic editing with the menu bar and scroll bar \
+using the mouse.\n\n"
           :face (variable-pitch :weight bold)
           "Useful Files menu items:\n"
           :face variable-pitch "\
@@ -861,8 +861,8 @@ Recover Session             recover files you were editing before a crash
 "
           )
   (:face 'variable-pitch
-          "The menu bar and scroll bar are sufficient \
-for basic editing with the mouse.\n\n"
+          "You can do basic editing with the menu bar and scroll bar \
+using the mouse.\n\n"
           :face (variable-pitch :weight bold)
           "Important Help menu items:\n"
           :face variable-pitch "\
@@ -1053,7 +1053,7 @@ where FACE is a valid face specification, as it can be used with
                               (fancy-splash-screens)
                             (progn
                               (insert "\
-The menu bar and scroll bar are sufficient for basic editing with the mouse.
+You can do basic editing with the menu bar and scroll bar using the mouse.
 
 Useful Files menu items:
 Exit Emacs             (or type Control-x followed by Control-c)