comparison lisp/server.el @ 6960:1371d69e89bb

(kill-emacs-query-functions): Fix typo in question text.
author Richard M. Stallman <rms@gnu.org>
date Tue, 19 Apr 1994 02:49:51 +0000
parents d62ea6bf83dc
children 0983fe01e614
comparison
equal deleted inserted replaced
6959:3b19456b877a 6960:1371d69e89bb
295 295
296 (add-hook 'kill-emacs-query-functions 296 (add-hook 'kill-emacs-query-functions
297 (function 297 (function
298 (lambda () 298 (lambda ()
299 (or (not server-clients) 299 (or (not server-clients)
300 (yes-or-no-p "Server buffers are still have clients; exit anyway? "))))) 300 (yes-or-no-p "Server buffers still have clients; exit anyway? ")))))
301 301
302 (defun server-edit (&optional arg) 302 (defun server-edit (&optional arg)
303 "Switch to next server editing buffer; say \"Done\" for current buffer. 303 "Switch to next server editing buffer; say \"Done\" for current buffer.
304 If a server buffer is current, it is marked \"done\" and optionally saved. 304 If a server buffer is current, it is marked \"done\" and optionally saved.
305 When all of a client's buffers are marked as \"done\", the client is notified. 305 When all of a client's buffers are marked as \"done\", the client is notified.