summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2006-07-09 14:56:55 +0000
committerChong Yidong <cyd@stupidchicken.com>2006-07-09 14:56:55 +0000
commit65ef2c82b1c2cc830785c5ef8611b2efa89fa167 (patch)
treeced20ca3a41b1b3ddea82268f83f8ad475f3dbea /man
parent932e6895deb60328c871a0896dbfb48df36a62a8 (diff)
downloademacs-65ef2c82b1c2cc830785c5ef8611b2efa89fa167.tar.gz
* misc.texi (Invoking emacsclient): Document behavior when emacsclient
is invoked for multiple files.
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog5
-rw-r--r--man/misc.texi5
2 files changed, 10 insertions, 0 deletions
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 <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
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.)