Mercurial > emacs
changeset 71741:d3243ee91ba0
* misc.texi (Invoking emacsclient): Document behavior when emacsclient
is invoked for multiple files.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 09 Jul 2006 14:56:55 +0000 |
parents | df55df8eb062 |
children | fcbb34640a44 |
files | man/ChangeLog man/misc.texi |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/man/ChangeLog Sun Jul 09 14:36:07 2006 +0000 +++ b/man/ChangeLog Sun Jul 09 14:56:55 2006 +0000 @@ -1,3 +1,8 @@ +2006-07-09 Chong Yidong <cyd@stupidchicken.com> + + * misc.texi (Invoking emacsclient): Document behavior when emacsclient + is invoked for multiple files. + 2006-07-08 Eli Zaretskii <eliz@gnu.org> * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
--- a/man/misc.texi Sun Jul 09 14:36:07 2006 +0000 +++ b/man/misc.texi Sun Jul 09 14:56:55 2006 +0000 @@ -1348,6 +1348,11 @@ Emacs sends a message to the @code{emacsclient} program telling it to return. + If you invoke @code{emacsclient} for more than one file, the +additional client buffers are buried at the bottom of the buffer list +(@pxref{Buffers}). If you call @kbd{C-x #} after you are done editing +a client buffer, the next client buffer is automatically selected. + But if you use the option @samp{-n} or @samp{--no-wait} when running @code{emacsclient}, then it returns immediately. (You can take as long as you like to edit the files in Emacs.)