comparison etc/NEWS @ 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 5f19633e9dc2
children 6e746a746c96
comparison
equal deleted inserted replaced
31031:bdfc8801dbb8 31032:16697e53a439
268 `outline-headers-as-kill' copies the visible headings in the region to 268 `outline-headers-as-kill' copies the visible headings in the region to
269 the kill ring, e.g. to produce a table of contents. 269 the kill ring, e.g. to produce a table of contents.
270 270
271 ** Changes to Emacs Server 271 ** Changes to Emacs Server
272 272
273 *** There new option `server-kill-new-buffers' specifies what to do 273 +++
274 *** The new option `server-kill-new-buffers' specifies what to do
274 with buffers when done with them. If non-nil, the default, buffers 275 with buffers when done with them. If non-nil, the default, buffers
275 are killed, unless they were already present before visiting them with 276 are killed, unless they were already present before visiting them with
276 Emacs Server. If nil, `server-temp-file-regexp' specifies which 277 Emacs Server. If nil, `server-temp-file-regexp' specifies which
277 buffers to kill, as before. 278 buffers to kill, as before.
278 279
279 Please note that only buffers are killed that still have a client, 280 Please note that only buffers are killed that still have a client,
280 i.e. buffers visited which `emacsclient --no-wait' are never killed in 281 i.e. buffers visited with `emacsclient --no-wait' are never killed in
281 this way. 282 this way.
282 283
283 ** Changes to Show Paren mode. 284 ** Changes to Show Paren mode.
284 285
285 *** Overlays used by Show Paren mode now use a priority property. 286 *** Overlays used by Show Paren mode now use a priority property.