server-done

server-done is a compiled Lisp function in `server.el'.

(server-done)

Offer to save current buffer, mark it as "done" for clients.
This kills or buries the buffer, then returns a list
of the form (NEXT-BUFFER KILLED). NEXT-BUFFER is another server buffer,
as a suggestion for what to select next, or nil.
KILLED is t if we killed BUFFER, which happens if it was created
specifically for the clients and did not exist before their request for it.