aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-04-09 23:35:54 -0700
committerGlenn Morris2012-04-09 23:35:54 -0700
commit20331c1c4096aa27bc3aeb91dd9bd0ea6f24d1ae (patch)
treea19830f23eac2cbfac99ec83b400c650865c7fa8
parent3f1b5bf8616c264c29c2a0259e5213062df4a049 (diff)
downloademacs-20331c1c4096aa27bc3aeb91dd9bd0ea6f24d1ae.tar.gz
emacs-20331c1c4096aa27bc3aeb91dd9bd0ea6f24d1ae.zip
entering.texi tweak
* doc/emacs/entering.texi (Entering Emacs): Do not mention initial-buffer-choice = t.
-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 @@
12012-04-10 Glenn Morris <rgm@gnu.org>
2
3 * entering.texi (Entering Emacs):
4 Do not mention initial-buffer-choice = t.
5
12012-04-08 Glenn Morris <rgm@gnu.org> 62012-04-08 Glenn Morris <rgm@gnu.org>
2 7
3 * misc.texi (Gnus Startup): Use @env for environment variables. 8 * 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}.}
77by setting the variable @code{initial-buffer-choice} to a 77by setting the variable @code{initial-buffer-choice} to a
78non-@code{nil} value. (In that case, even if you specify one or more 78non-@code{nil} value. (In that case, even if you specify one or more
79files on the command line, Emacs opens but does not display them.) 79files on the command line, Emacs opens but does not display them.)
80The value of @code{initial-buffer-choice} can be either the name of 80The value of @code{initial-buffer-choice} should be the name of
81the desired file or directory, or @code{t}, which means to display the 81the desired file or directory.
82@samp{*scratch*} buffer. 82@ignore
83@c I do not think this should be mentioned. AFAICS it is just a dodge
84@c around inhibit-startup-screen not being settable on a site-wide basis.
85or @code{t}, which means to display the @samp{*scratch*} buffer.
86@end ignore
83 87
84@node Exiting, Basic, Entering Emacs, Top 88@node Exiting, Basic, Entering Emacs, Top
85@section Exiting Emacs 89@section Exiting Emacs