emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 790ffd7: * doc/lispref/os.texi: Update initial-buff


From: Samer Masterson
Subject: [Emacs-diffs] master 790ffd7: * doc/lispref/os.texi: Update initial-buffer-choice docs.
Date: Fri, 29 May 2015 08:01:32 +0000

branch: master
commit 790ffd76e24e89f3a53b56ca9fde7a6444aec515
Author: Samer Masterson <address@hidden>
Commit: Samer Masterson <address@hidden>

    * doc/lispref/os.texi: Update initial-buffer-choice docs.
---
 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 d18dee3..0c39be9 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
 If @code{initial-buffer-choice} is a string, it visits the file (or
 directory) with that name.  If it is a function, it calls the function
 with no arguments and selects the buffer that it returns.  If one file
-is given as a command line argument, the file is opened alongside
address@hidden  If more than one file is given, the
address@hidden List*} buffer is shown alongside
address@hidden
+is given as a command line argument, that file is visited and its
+buffer displayed alongside @code{initial-buffer-choice}.  If more than
+one file is given, all of the files are visited and the @file{*Buffer
+List*} buffer is displayed alongside @code{initial-buffer-choice}.
+
 @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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]