summaryrefslogtreecommitdiff
path: root/doc/emacs
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2020-12-07 13:53:24 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2020-12-07 13:53:24 +0100
commitff5a3c74fc45c80f2c8c272f259dbba84b7c3f66 (patch)
treeff1bf776cce4bf8309651fe40d3425f771c69202 /doc/emacs
parent78017a6e598ed7663aa04bd19c426f16bbc05006 (diff)
downloademacs-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')
-rw-r--r--doc/emacs/misc.texi6
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