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
01459648
Commit
01459648
authored
Feb 26, 2001
by
Gerd Moellmann
Browse files
(command-line-1): Add info about ordering manuals
to the not so fancy splash screens.
parent
38790755
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
lisp/ChangeLog
lisp/ChangeLog
+9
-2
lisp/startup.el
lisp/startup.el
+5
-2
No files found.
lisp/ChangeLog
View file @
01459648
2001-02-26 Gerd Moellmann <gerd@gnu.org>
* help.el (view-order-manuals): Use goto-address.
* startup.el (command-line-1): Add info about ordering manuals
to the not so fancy splash screens.
2001-02-26 Andre Spiegel <spiegel@gnu.org>
* vc.el (vc-default-workfile-unchanged-p
,
vc-default-latest-on-branch-p): Add missing BACKEND argument.
* vc.el (vc-default-workfile-unchanged-p
)
(
vc-default-latest-on-branch-p): Add missing BACKEND argument.
2001-02-26 Gerd Moellmann <gerd@gnu.org>
...
...
lisp/startup.el
View file @
01459648
...
...
@@ -1310,6 +1310,7 @@ Emacs FAQ Frequently asked questions and answers
\(Non
)
Warranty
GNU
Emacs
comes
with
ABSOLUTELY
NO
WARRANTY
Copying
Conditions
Conditions
for
redistributing
and
changing
Emacs.
Getting
New
Versions
How
to
obtain
the
latest
version
of
Emacs.
Ordering
Manuals
How
to
order
manuals
from
the
FSF.
")
(insert "
\n\n
" (emacs-version)
"
...
...
@@ -1326,14 +1327,16 @@ Copyright (C) 2000 Free Software Foundation, Inc.")))
(insert "
Get
help
C-h
(
Hold
down
CTRL
and
press
h
)
Undo
changes
C-x
u
Exit
Emacs
C-x
C-c
Get
a
tutorial
C-h
t
Use
Info
to
read
docs
C-h
i
")
Get
a
tutorial
C-h
t
Use
Info
to
read
docs
C-h
i
Ordering
manuals
C-h
RET
")
(insert (substitute-command-keys
(format "
\n
Get
help
%s
Undo
changes
\\[advertised-undo]
Exit
Emacs
\\[save-buffers-kill-emacs]
Get
a
tutorial
\\[help-with-tutorial]
Use
Info
to
read
docs
\\[info]
"
Use
Info
to
read
docs
\\[info]
Ordering
manuals
\\[view-order-manuals]
"
(let ((where (where-is-internal
'help-command nil t)))
(if where
...
...
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