aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-11-06 06:58:58 +0000
committerChong Yidong2008-11-06 06:58:58 +0000
commit6edf847bd484ebf06584b016c2ab8e7c64c7df35 (patch)
treebe66a6b76a13d2b276b4f33333521bc48713fa2b
parent9e8eeff998df2fe5de3b74ed69eff9e00c82999e (diff)
downloademacs-6edf847bd484ebf06584b016c2ab8e7c64c7df35.tar.gz
emacs-6edf847bd484ebf06584b016c2ab8e7c64c7df35.zip
(Entering Emacs): Document inhibit-startup-screen.
-rw-r--r--doc/emacs/entering.texi22
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
28named @samp{*GNU Emacs*}. This buffer contains @dfn{links} to common 28named @samp{*GNU Emacs*}. This buffer contains some information about
29tasks that might be useful to beginning users. For instance, 29Emacs, and includes @dfn{links} to common tasks that might be useful
30activating the @samp{Emacs Tutorial} link opens the Emacs tutorial; 30to beginning users. For instance, activating the @samp{Emacs
31this does the same thing as the command @kbd{C-h t} 31Tutorial} link opens the Emacs tutorial; this does the same thing as
32(@code{help-with-tutorial}). To activate a link, either move point 32the command @kbd{C-h t} (@code{help-with-tutorial}). To activate a
33onto it and type @kbd{@key{RET}}, or click on it with @kbd{mouse-1} 33link, either move point onto it and type @kbd{@key{RET}}, or click on
34(the left mouse button). 34it 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
37more specific files as soon as it starts up. For example, 37more specific files as soon as it starts up. For example,
@@ -63,6 +63,14 @@ already running Emacs. @xref{Emacs Server}.
63certain Lisp files, call certain functions, and so forth. These 63certain Lisp files, call certain functions, and so forth. These
64features exist mainly for advanced users. @xref{Emacs Invocation}. 64features 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
68non-@code{nil}, Emacs does not display the startup screen. In that
69case, if one or more files were specified on the command line, Emacs
70simply displays those files; otherwise, it displays a buffer named
71@samp{*scratch*}, which can be used to evaluate Emacs Lisp expressions
72interactively. @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