aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2009-10-23 18:39:48 +0000
committerChong Yidong <[email protected]>2009-10-23 18:39:48 +0000
commit6798b799dfc39a6b843217a4b81f5913485c4cfa (patch)
tree5bc1bd673833bc4f5c3d891f2d3ec1bbdffea885
parent6ab196f942554d2f2900b02ec6ad41654d1b58c0 (diff)
Fix typo.
-rw-r--r--etc/NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ff31476fb5..ade1f6bd75 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -75,10 +75,10 @@ frame parameter fullscreen makes the Emacs frame maximized.
** 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