Function: server-stop-automatically
server-stop-automatically is an autoloaded and byte-compiled function
defined in server.el.gz.
Signature
(server-stop-automatically VALUE)
Documentation
Automatically stop the Emacs server as specified by VALUE.
This sets the variable server-stop-automatically(var)/server-stop-automatically(fun) (which see).
Probably introduced at or before Emacs version 29.1.
Source Code
;; Defined in /usr/src/emacs/lisp/server.el.gz
;;;###autoload
(defun server-stop-automatically (value)
"Automatically stop the Emacs server as specified by VALUE.
This sets the variable `server-stop-automatically' (which see)."
(setopt server-stop-automatically value))