]> git.eshelyaron.com Git - emacs.git/commitdiff
(command-line-1): Improve echo area message wording.
authorRichard M. Stallman <rms@gnu.org>
Fri, 7 Jan 1994 11:29:42 +0000 (11:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 7 Jan 1994 11:29:42 +0000 (11:29 +0000)
Don't print it if C-h C-p has been redefined.

lisp/startup.el

index b48b742da7d9d2fed250b7f7bbd2a4ee174d8d8d..c006ad4fc162480086f8117f9b0c31e5313a17fd 100644 (file)
@@ -327,10 +327,8 @@ this variable, if non-nil; 2. `~/.emacs'; 3. `default.el'.")
 
 (defun command-line-1 (command-line-args-left)
   (or noninteractive (input-pending-p) init-file-had-error
-      (message (if (eq (key-binding "\C-h\C-p") 'describe-project)
-                  "For information about the GNU Project and its goals, type C-h C-p."
-                (substitute-command-keys
-                 "For information about the GNU Project and its goals, type \\[describe-project]."))))
+      (if (eq (key-binding "\C-h\C-p") 'describe-project)
+         (message "For more about the GNU Project, of which GNU Emacs is part, type C-h C-p.")))
   (if (null command-line-args-left)
       (cond ((and (not inhibit-startup-message) (not noninteractive)
                  ;; Don't clobber a non-scratch buffer if init file