Mercurial > emacs
comparison etc/NEWS @ 105731:f888f3b57b89
Fix typo.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 23 Oct 2009 18:39:48 +0000 |
parents | 136cf2d23c90 |
children | 5041ae86859e |
comparison
equal
deleted
inserted
replaced
105730:414178e8f10d | 105731:f888f3b57b89 |
---|---|
73 ** New frame parameter sticky makes Emacs frames sticky in virtual desktops. | 73 ** New frame parameter sticky makes Emacs frames sticky in virtual desktops. |
74 | 74 |
75 ** The pointer now becomes invisible when typing. | 75 ** The pointer now becomes invisible when typing. |
76 Customize make-pointer-invisible to turn it off. | 76 Customize make-pointer-invisible to turn it off. |
77 | 77 |
78 ** Killing a buffer with a running process now asks a confirmation. | 78 ** Killing a buffer with a running process now asks for confirmation. |
79 You can remove this query in two ways: either removing | 79 You can remove this query in two ways: either remove |
80 `process-kill-buffer-query-function' from `kill-buffer-query-functions' or | 80 `process-kill-buffer-query-function' from `kill-buffer-query-functions', |
81 setting the appropriate process flag with `set-process-query-on-exit-flag'. | 81 or set the appropriate process flag with `set-process-query-on-exit-flag'. |
82 | 82 |
83 ** The variable `load-in-progress' won't get corrupted by binding it | 83 ** The variable `load-in-progress' won't get corrupted by binding it |
84 with `let'. In certain situations, loading an Emacs Lisp file from | 84 with `let'. In certain situations, loading an Emacs Lisp file from |
85 source while in the midst of loading another file (e.g., with | 85 source while in the midst of loading another file (e.g., with |
86 `require' or `autoload') could cause the value of `load-in-progress' | 86 `require' or `autoload') could cause the value of `load-in-progress' |