diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-12-07 13:53:24 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-12-07 13:53:24 +0100 |
commit | ff5a3c74fc45c80f2c8c272f259dbba84b7c3f66 (patch) | |
tree | ff1bf776cce4bf8309651fe40d3425f771c69202 /doc/emacs/misc.texi | |
parent | 78017a6e598ed7663aa04bd19c426f16bbc05006 (diff) | |
download | emacs-ff5a3c74fc45c80f2c8c272f259dbba84b7c3f66.tar.gz |
Allow inhibiting the instructions on how to close emacsclient frames
* doc/emacs/misc.texi (Invoking emacsclient): Document it.
* lisp/server.el (server-client-instructions): New variable.
(server-execute): Use it.
Diffstat (limited to 'doc/emacs/misc.texi')
-rw-r--r-- | doc/emacs/misc.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index 5b5134b7c3f..e0341a49913 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi @@ -1893,6 +1893,12 @@ with @kbd{C-x #}. But @kbd{C-x #} is the way to tell window or a frame, @kbd{C-x #} always displays the next server buffer in that window or in that frame. +@vindex server-client-instructions + When @command{emacsclient} connects, the server will normally output +a message that says how to exit the client frame. If +@code{server-client-instructions} is set to @code{nil}, this message +is inhibited. + @node emacsclient Options @subsection @code{emacsclient} Options @cindex @code{emacsclient} options |