]> code.delx.au - gnu-emacs/commitdiff
* misc.texi (Invoking emacsclient): Document behavior when emacsclient
authorChong Yidong <cyd@stupidchicken.com>
Sun, 9 Jul 2006 14:56:55 +0000 (14:56 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 9 Jul 2006 14:56:55 +0000 (14:56 +0000)
is invoked for multiple files.

man/ChangeLog
man/misc.texi

index 1b0b7d51e02365f3e0ec0aea56fc60df61f262aa..a2afccd0ae9cc898c5e44c2bc03d973803d41d5c 100644 (file)
@@ -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
index 9821149a4599a4e5e63d93ade95d0f8d0877603b..28668a30e67c515db87e9d4f8d4832b9fe1067b9 100644 (file)
@@ -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.)