diff options
| author | Glenn Morris | 2012-04-09 23:35:54 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-04-09 23:35:54 -0700 |
| commit | 20331c1c4096aa27bc3aeb91dd9bd0ea6f24d1ae (patch) | |
| tree | a19830f23eac2cbfac99ec83b400c650865c7fa8 | |
| parent | 3f1b5bf8616c264c29c2a0259e5213062df4a049 (diff) | |
| download | emacs-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/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/entering.texi | 10 |
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 @@ | |||
| 1 | 2012-04-10 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * entering.texi (Entering Emacs): | ||
| 4 | Do not mention initial-buffer-choice = t. | ||
| 5 | |||
| 1 | 2012-04-08 Glenn Morris <rgm@gnu.org> | 6 | 2012-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}.} | |||
| 77 | by setting the variable @code{initial-buffer-choice} to a | 77 | by setting the variable @code{initial-buffer-choice} to a |
| 78 | non-@code{nil} value. (In that case, even if you specify one or more | 78 | non-@code{nil} value. (In that case, even if you specify one or more |
| 79 | files on the command line, Emacs opens but does not display them.) | 79 | files on the command line, Emacs opens but does not display them.) |
| 80 | The value of @code{initial-buffer-choice} can be either the name of | 80 | The value of @code{initial-buffer-choice} should be the name of |
| 81 | the desired file or directory, or @code{t}, which means to display the | 81 | the 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. | ||
| 85 | or @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 |