summaryrefslogtreecommitdiff
path: root/doc/emacs
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-04-09 23:35:54 -0700
committerGlenn Morris <rgm@gnu.org>2012-04-09 23:35:54 -0700
commit20331c1c4096aa27bc3aeb91dd9bd0ea6f24d1ae (patch)
treea19830f23eac2cbfac99ec83b400c650865c7fa8 /doc/emacs
parent3f1b5bf8616c264c29c2a0259e5213062df4a049 (diff)
downloademacs-20331c1c4096aa27bc3aeb91dd9bd0ea6f24d1ae.tar.gz
entering.texi tweak
* doc/emacs/entering.texi (Entering Emacs): Do not mention initial-buffer-choice = t.
Diffstat (limited to 'doc/emacs')
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/entering.texi10
2 files changed, 12 insertions, 3 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 848248963be..4c96fff8e2d 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -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.
diff --git a/doc/emacs/entering.texi b/doc/emacs/entering.texi
index ba7f3132b6b..d9f388a4783 100644
--- a/doc/emacs/entering.texi
+++ b/doc/emacs/entering.texi
@@ -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