diff options
Diffstat (limited to 'doc/emacs/misc.texi')
-rw-r--r-- | doc/emacs/misc.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index d7143d1498a..1299895a06e 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi @@ -1672,6 +1672,11 @@ all server buffers are finished. You can take as long as you like to edit the server buffers within Emacs, and they are @emph{not} killed when you type @kbd{C-x #} in them. +@item -q +@itemx --quiet +Do not let @command{emacsclient} display messages about waiting for +Emacs or connecting to remote server sockets. + @item -s @var{server-name} @itemx --socket-name=@var{server-name} Connect to the Emacs server named @var{server-name}. The server name |