aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1992-07-31 04:04:56 +0000
committerRichard M. Stallman1992-07-31 04:04:56 +0000
commit54a0539a6b24a22778034296c1084052e8eec5d0 (patch)
treed62c8b5161d8189cd7125f2ead4bade4dbd1e342
parent3315a6a3a47cda493e7d95ce433498c7fc467609 (diff)
downloademacs-54a0539a6b24a22778034296c1084052e8eec5d0.tar.gz
emacs-54a0539a6b24a22778034296c1084052e8eec5d0.zip
entered into RCS
-rw-r--r--lisp/startup.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 8405cb2332f..a2a562e6f2c 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -305,6 +305,7 @@ Copyright (C) 1991 Free Software Foundation, Inc.\n\n")
305 "Type C-h for help; C-x u to undo changes. (`C-' means use CTRL key.) 305 "Type C-h for help; C-x u to undo changes. (`C-' means use CTRL key.)
306To kill the Emacs job, type C-x C-c. 306To kill the Emacs job, type C-x C-c.
307Type C-h t for a tutorial on using Emacs. 307Type C-h t for a tutorial on using Emacs.
308Type C-h i to enter Info, which you can use to read GNU documentation.
308 309
309GNU Emacs comes with ABSOLUTELY NO WARRANTY; type C-h C-w for full details. 310GNU Emacs comes with ABSOLUTELY NO WARRANTY; type C-h C-w for full details.
310You may give out copies of Emacs; type C-h C-c to see the conditions. 311You may give out copies of Emacs; type C-h C-c to see the conditions.
@@ -313,6 +314,7 @@ Type C-h C-d for information on getting the latest version.")
313 "Type \\[help-command] for help; \\[advertised-undo] to undo changes. (`C-' means use CTRL key.) 314 "Type \\[help-command] for help; \\[advertised-undo] to undo changes. (`C-' means use CTRL key.)
314To kill the Emacs job, type \\[save-buffers-kill-emacs]. 315To kill the Emacs job, type \\[save-buffers-kill-emacs].
315Type \\[help-with-tutorial] for a tutorial on using Emacs. 316Type \\[help-with-tutorial] for a tutorial on using Emacs.
317Type \\[info] to enter Info, which you can use to read GNU documentation.
316 318
317GNU Emacs comes with ABSOLUTELY NO WARRANTY; type \\[describe-no-warranty] for full details. 319GNU Emacs comes with ABSOLUTELY NO WARRANTY; type \\[describe-no-warranty] for full details.
318You may give out copies of Emacs; type \\[describe-copying] to see the conditions. 320You may give out copies of Emacs; type \\[describe-copying] to see the conditions.