diff options
| author | Chong Yidong | 2008-11-06 06:58:58 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-11-06 06:58:58 +0000 |
| commit | 6edf847bd484ebf06584b016c2ab8e7c64c7df35 (patch) | |
| tree | be66a6b76a13d2b276b4f33333521bc48713fa2b | |
| parent | 9e8eeff998df2fe5de3b74ed69eff9e00c82999e (diff) | |
| download | emacs-6edf847bd484ebf06584b016c2ab8e7c64c7df35.tar.gz emacs-6edf847bd484ebf06584b016c2ab8e7c64c7df35.zip | |
(Entering Emacs): Document inhibit-startup-screen.
| -rw-r--r-- | doc/emacs/entering.texi | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/doc/emacs/entering.texi b/doc/emacs/entering.texi index 8cf04bc9fbc..7dfb86b6f49 100644 --- a/doc/emacs/entering.texi +++ b/doc/emacs/entering.texi | |||
| @@ -25,13 +25,13 @@ you can use it to run other shell commands. | |||
| 25 | 25 | ||
| 26 | @cindex startup screen | 26 | @cindex startup screen |
| 27 | When Emacs starts up, the initial frame displays a special buffer | 27 | When Emacs starts up, the initial frame displays a special buffer |
| 28 | named @samp{*GNU Emacs*}. This buffer contains @dfn{links} to common | 28 | named @samp{*GNU Emacs*}. This buffer contains some information about |
| 29 | tasks that might be useful to beginning users. For instance, | 29 | Emacs, and includes @dfn{links} to common tasks that might be useful |
| 30 | activating the @samp{Emacs Tutorial} link opens the Emacs tutorial; | 30 | to beginning users. For instance, activating the @samp{Emacs |
| 31 | this does the same thing as the command @kbd{C-h t} | 31 | Tutorial} link opens the Emacs tutorial; this does the same thing as |
| 32 | (@code{help-with-tutorial}). To activate a link, either move point | 32 | the command @kbd{C-h t} (@code{help-with-tutorial}). To activate a |
| 33 | onto it and type @kbd{@key{RET}}, or click on it with @kbd{mouse-1} | 33 | link, either move point onto it and type @kbd{@key{RET}}, or click on |
| 34 | (the left mouse button). | 34 | it with @kbd{mouse-1} (the left mouse button). |
| 35 | 35 | ||
| 36 | Using a command line argument, you can tell Emacs to visit one or | 36 | Using a command line argument, you can tell Emacs to visit one or |
| 37 | more specific files as soon as it starts up. For example, | 37 | more specific files as soon as it starts up. For example, |
| @@ -63,6 +63,14 @@ already running Emacs. @xref{Emacs Server}. | |||
| 63 | certain Lisp files, call certain functions, and so forth. These | 63 | certain Lisp files, call certain functions, and so forth. These |
| 64 | features exist mainly for advanced users. @xref{Emacs Invocation}. | 64 | features exist mainly for advanced users. @xref{Emacs Invocation}. |
| 65 | 65 | ||
| 66 | @vindex inhibit-startup-screen | ||
| 67 | If the value of the variable @code{inhibit-startup-screen} is | ||
| 68 | non-@code{nil}, Emacs does not display the startup screen. In that | ||
| 69 | case, if one or more files were specified on the command line, Emacs | ||
| 70 | simply displays those files; otherwise, it displays a buffer named | ||
| 71 | @samp{*scratch*}, which can be used to evaluate Emacs Lisp expressions | ||
| 72 | interactively. @xref{Lisp Interaction}. | ||
| 73 | |||
| 66 | @node Exiting, Basic, Entering Emacs, Top | 74 | @node Exiting, Basic, Entering Emacs, Top |
| 67 | @section Exiting Emacs | 75 | @section Exiting Emacs |
| 68 | @cindex exiting | 76 | @cindex exiting |