Variable: server-client-instructions

server-client-instructions is a customizable variable defined in server.el.gz.

Value

t

Documentation

If non-nil, display instructions on how to exit the client on connection.

If nil, no instructions are displayed.

This variable was added, or its default value changed, in Emacs 28.1.

View in manual

Probably introduced at or before Emacs version 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/server.el.gz
(defcustom server-client-instructions t
  "If non-nil, display instructions on how to exit the client on connection.
If nil, no instructions are displayed."
  :version "28.1"
  :type 'boolean)