From: Richard M. Stallman Date: Tue, 19 Apr 1994 02:49:51 +0000 (+0000) Subject: (kill-emacs-query-functions): Fix typo in question text. X-Git-Tag: emacs-19.34~8893 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=04645d5fb30e4855a2d3041282bb31173a4ee75b;p=emacs.git (kill-emacs-query-functions): Fix typo in question text. --- diff --git a/lisp/server.el b/lisp/server.el index efa35ac6800..48285a0ee89 100644 --- a/lisp/server.el +++ b/lisp/server.el @@ -297,7 +297,7 @@ Then bury it, and return a suggested buffer to select next." (function (lambda () (or (not server-clients) - (yes-or-no-p "Server buffers are still have clients; exit anyway? "))))) + (yes-or-no-p "Server buffers still have clients; exit anyway? "))))) (defun server-edit (&optional arg) "Switch to next server editing buffer; say \"Done\" for current buffer.