]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Tue, 25 Oct 2005 01:06:22 +0000 (01:06 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Tue, 25 Oct 2005 01:06:22 +0000 (01:06 +0000)
etc/NEWS

index 97776b120c5e65570495bcb64643a360737b8c56..f342dc9e328f9f7697f330a93a7bdcd5c712a9ee 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1284,8 +1284,8 @@ read-only properties, if it is safe to do so.  This means that if any
 part of a prompt is deleted, then the entire prompt must be deleted
 and that all prompts must stay at the beginning of a line.  If this is
 not the case, then `comint-kill-region' behaves just like
-`kill-region' if read-only are involved: it copies the text to the
-kill-ring, but does not delete it.
+`kill-region' if read-only properties are involved: it copies the text
+to the kill-ring, but does not delete it.
 
 +++
 *** The new command `comint-insert-previous-argument' in comint-derived