changeset 31032:16697e53a439

Mark server-kill-new-buffers as documented in the manual. Fix typos.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 22 Aug 2000 09:43:24 +0000
parents bdfc8801dbb8
children 2c91a34c8db3
files etc/NEWS
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Tue Aug 22 09:41:40 2000 +0000
+++ b/etc/NEWS	Tue Aug 22 09:43:24 2000 +0000
@@ -270,14 +270,15 @@
 
 ** Changes to Emacs Server 
 
-*** There new option `server-kill-new-buffers' specifies what to do
++++
+*** The new option `server-kill-new-buffers' specifies what to do
 with buffers when done with them.  If non-nil, the default, buffers
 are killed, unless they were already present before visiting them with
 Emacs Server.  If nil, `server-temp-file-regexp' specifies which
 buffers to kill, as before.
 
 Please note that only buffers are killed that still have a client,
-i.e. buffers visited which `emacsclient --no-wait' are never killed in
+i.e. buffers visited with `emacsclient --no-wait' are never killed in
 this way.
 
 ** Changes to Show Paren mode.