From: Chong Yidong Date: Sun, 9 Jul 2006 14:56:55 +0000 (+0000) Subject: * misc.texi (Invoking emacsclient): Document behavior when emacsclient X-Git-Tag: emacs-pretest-22.0.90~1590 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=65ef2c82b1c2cc830785c5ef8611b2efa89fa167;p=emacs.git * misc.texi (Invoking emacsclient): Document behavior when emacsclient is invoked for multiple files. --- diff --git a/man/ChangeLog b/man/ChangeLog index 1b0b7d51e02..a2afccd0ae9 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2006-07-09 Chong Yidong + + * misc.texi (Invoking emacsclient): Document behavior when emacsclient + is invoked for multiple files. + 2006-07-08 Eli Zaretskii * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the diff --git a/man/misc.texi b/man/misc.texi index 9821149a459..28668a30e67 100644 --- a/man/misc.texi +++ b/man/misc.texi @@ -1348,6 +1348,11 @@ in the line. 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.)