diff options
| author | Richard M. Stallman | 1992-07-31 04:04:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-07-31 04:04:56 +0000 |
| commit | 54a0539a6b24a22778034296c1084052e8eec5d0 (patch) | |
| tree | d62c8b5161d8189cd7125f2ead4bade4dbd1e342 | |
| parent | 3315a6a3a47cda493e7d95ce433498c7fc467609 (diff) | |
| download | emacs-54a0539a6b24a22778034296c1084052e8eec5d0.tar.gz emacs-54a0539a6b24a22778034296c1084052e8eec5d0.zip | |
entered into RCS
| -rw-r--r-- | lisp/startup.el | 2 |
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.) |
| 306 | To kill the Emacs job, type C-x C-c. | 306 | To kill the Emacs job, type C-x C-c. |
| 307 | Type C-h t for a tutorial on using Emacs. | 307 | Type C-h t for a tutorial on using Emacs. |
| 308 | Type C-h i to enter Info, which you can use to read GNU documentation. | ||
| 308 | 309 | ||
| 309 | GNU Emacs comes with ABSOLUTELY NO WARRANTY; type C-h C-w for full details. | 310 | GNU Emacs comes with ABSOLUTELY NO WARRANTY; type C-h C-w for full details. |
| 310 | You may give out copies of Emacs; type C-h C-c to see the conditions. | 311 | You 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.) |
| 314 | To kill the Emacs job, type \\[save-buffers-kill-emacs]. | 315 | To kill the Emacs job, type \\[save-buffers-kill-emacs]. |
| 315 | Type \\[help-with-tutorial] for a tutorial on using Emacs. | 316 | Type \\[help-with-tutorial] for a tutorial on using Emacs. |
| 317 | Type \\[info] to enter Info, which you can use to read GNU documentation. | ||
| 316 | 318 | ||
| 317 | GNU Emacs comes with ABSOLUTELY NO WARRANTY; type \\[describe-no-warranty] for full details. | 319 | GNU Emacs comes with ABSOLUTELY NO WARRANTY; type \\[describe-no-warranty] for full details. |
| 318 | You may give out copies of Emacs; type \\[describe-copying] to see the conditions. | 320 | You may give out copies of Emacs; type \\[describe-copying] to see the conditions. |