mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-16 21:41:27 +00:00
entering.texi tweak
* doc/emacs/entering.texi (Entering Emacs): Do not mention initial-buffer-choice = t.
This commit is contained in:
parent
3f1b5bf861
commit
20331c1c40
2 changed files with 12 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue