aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/server.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-04-19 02:49:51 +0000
committerRichard M. Stallman <[email protected]>1994-04-19 02:49:51 +0000
commit04645d5fb30e4855a2d3041282bb31173a4ee75b (patch)
tree8f9697301722d5fa3be9e64a3de5ec1cf21efae3 /lisp/server.el
parent4b6694ef36d88f5541c4e21142af5e9d58d155d9 (diff)
(kill-emacs-query-functions): Fix typo in question text.
Diffstat (limited to 'lisp/server.el')
-rw-r--r--lisp/server.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/server.el b/lisp/server.el
index efa35ac680..48285a0ee8 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.