changeset 105731:f888f3b57b89

Fix typo.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 23 Oct 2009 18:39:48 +0000
parents 414178e8f10d
children 39a36d9d9d93
files etc/NEWS
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Fri Oct 23 18:07:38 2009 +0000
+++ b/etc/NEWS	Fri Oct 23 18:39:48 2009 +0000
@@ -75,10 +75,10 @@
 ** The pointer now becomes invisible when typing.
 Customize make-pointer-invisible to turn it off.
 
-** Killing a buffer with a running process now asks a confirmation.
-You can remove this query in two ways: either removing
-`process-kill-buffer-query-function' from `kill-buffer-query-functions' or
-setting the appropriate process flag with `set-process-query-on-exit-flag'.
+** Killing a buffer with a running process now asks for confirmation.
+You can remove this query in two ways: either remove
+`process-kill-buffer-query-function' from `kill-buffer-query-functions',
+or set the appropriate process flag with `set-process-query-on-exit-flag'.
 
 ** The variable `load-in-progress' won't get corrupted by binding it
 with `let'.  In certain situations, loading an Emacs Lisp file from