]> code.delx.au - gnu-emacs/commitdiff
(kill-emacs-query-functions): Fix typo in question text.
authorRichard M. Stallman <rms@gnu.org>
Tue, 19 Apr 1994 02:49:51 +0000 (02:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 19 Apr 1994 02:49:51 +0000 (02:49 +0000)
lisp/server.el

index efa35ac68006c575ee82db294c529dd0982c488f..48285a0ee89af5dea5070cf47b6389b30712c817 100644 (file)
@@ -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? ")))))
 \f
 (defun server-edit (&optional arg)
   "Switch to next server editing buffer; say \"Done\" for current buffer.