Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f9890ae6
Commit
f9890ae6
authored
Jan 07, 1994
by
Richard M. Stallman
Browse files
(command-line-1): Improve echo area message wording.
Don't print it if C-h C-p has been redefined.
parent
812daf81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
lisp/startup.el
lisp/startup.el
+2
-4
No files found.
lisp/startup.el
View file @
f9890ae6
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment