diff options
| author | Samer Masterson | 2015-05-29 00:54:45 -0700 |
|---|---|---|
| committer | Samer Masterson | 2015-05-29 00:54:45 -0700 |
| commit | 790ffd76e24e89f3a53b56ca9fde7a6444aec515 (patch) | |
| tree | d47a9f430802869ae16ab07870ffcf0b99890518 | |
| parent | 708889b3e231cdbcec51a79ed83221cbbc65cc1a (diff) | |
| download | emacs-790ffd76e24e89f3a53b56ca9fde7a6444aec515.tar.gz emacs-790ffd76e24e89f3a53b56ca9fde7a6444aec515.zip | |
* doc/lispref/os.texi: Update initial-buffer-choice docs.
| -rw-r--r-- | doc/lispref/os.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index d18dee39429..0c39be9ad20 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi | |||
| @@ -201,10 +201,11 @@ If the @file{*scratch*} buffer exists and is empty, it inserts | |||
| 201 | If @code{initial-buffer-choice} is a string, it visits the file (or | 201 | If @code{initial-buffer-choice} is a string, it visits the file (or |
| 202 | directory) with that name. If it is a function, it calls the function | 202 | directory) with that name. If it is a function, it calls the function |
| 203 | with no arguments and selects the buffer that it returns. If one file | 203 | with no arguments and selects the buffer that it returns. If one file |
| 204 | is given as a command line argument, the file is opened alongside | 204 | is given as a command line argument, that file is visited and its |
| 205 | @code{initial-buffer-choice}. If more than one file is given, the | 205 | buffer displayed alongside @code{initial-buffer-choice}. If more than |
| 206 | @file{*Buffer List*} buffer is shown alongside | 206 | one file is given, all of the files are visited and the @file{*Buffer |
| 207 | @code{initial-buffer-choice}. | 207 | List*} buffer is displayed alongside @code{initial-buffer-choice}. |
| 208 | |||
| 208 | @ignore | 209 | @ignore |
| 209 | @c I do not think this should be mentioned. AFAICS it is just a dodge | 210 | @c I do not think this should be mentioned. AFAICS it is just a dodge |
| 210 | @c around inhibit-startup-screen not being settable on a site-wide basis. | 211 | @c around inhibit-startup-screen not being settable on a site-wide basis. |