diff options
author | Tassilo Horn <tsdh@gnu.org> | 2013-12-20 15:18:21 +0100 |
---|---|---|
committer | Tassilo Horn <tsdh@gnu.org> | 2013-12-20 15:18:21 +0100 |
commit | dfff928448aab7e56fec6c1476383b5b104b4c6d (patch) | |
tree | 2f52444e4ba0e45a934ef1474c16b200bc01d7cf /doc/emacs/misc.texi | |
parent | bb8b90a69da4b7fad2377dcba0cdd236568b8f3f (diff) | |
download | emacs-dfff928448aab7e56fec6c1476383b5b104b4c6d.tar.gz |
Document `initial-buffer-choice' changes.
* doc/emacs/entering.texi: Document `initial-buffer-choice' changes.
* doc/emacs/misc.texi (arguments): Document `initial-buffer-choice' changes.
* doc/lispref/os.texi: Document `initial-buffer-choice' changes.
Diffstat (limited to 'doc/emacs/misc.texi')
-rw-r--r-- | doc/emacs/misc.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index 73c1c85e2f8..d2dfe281d7c 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi @@ -1542,9 +1542,9 @@ option, like the @samp{-t} option, creates a new frame in the server's current text terminal. @xref{Windows Startup}. If you omit a filename argument while supplying the @samp{-c} option, -the new frame displays the @file{*scratch*} buffer by default. If -@code{initial-buffer-choice} is a string (@pxref{Entering Emacs}), the -new frame displays that file or directory instead. +the new frame displays the @file{*scratch*} buffer by default. This +behavior can be customized using the variable +@code{initial-buffer-choice} (@pxref{Entering Emacs}). @item -F @var{alist} @itemx --frame-parameters=@var{alist} |