entering.texi tweak

* doc/emacs/entering.texi (Entering Emacs):
Do not mention initial-buffer-choice = t.
This commit is contained in:
Glenn Morris 2012-04-09 23:35:54 -07:00
parent 3f1b5bf861
commit 20331c1c40
2 changed files with 12 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2012-04-10 Glenn Morris <rgm@gnu.org>
* entering.texi (Entering Emacs):
Do not mention initial-buffer-choice = t.
2012-04-08 Glenn Morris <rgm@gnu.org>
* misc.texi (Gnus Startup): Use @env for environment variables.

View file

@ -77,9 +77,13 @@ information about @file{site-start.el}.}
by setting the variable @code{initial-buffer-choice} to a
non-@code{nil} value. (In that case, even if you specify one or more
files on the command line, Emacs opens but does not display them.)
The value of @code{initial-buffer-choice} can be either the name of
the desired file or directory, or @code{t}, which means to display the
@samp{*scratch*} buffer.
The value of @code{initial-buffer-choice} should be the name of
the desired file or directory.
@ignore
@c I do not think this should be mentioned. AFAICS it is just a dodge
@c around inhibit-startup-screen not being settable on a site-wide basis.
or @code{t}, which means to display the @samp{*scratch*} buffer.
@end ignore
@node Exiting, Basic, Entering Emacs, Top
@section Exiting Emacs