aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-09-10 06:27:04 +0000
committerGlenn Morris2009-09-10 06:27:04 +0000
commita126db16fa29e84987cf4e37434eeaebc43d72bb (patch)
tree42c452c94b71735a8e576c8c7acc16bcfb786ede
parent9477096cf12dc0e2d2dd9e27b773d847198b85f5 (diff)
downloademacs-a126db16fa29e84987cf4e37434eeaebc43d72bb.tar.gz
emacs-a126db16fa29e84987cf4e37434eeaebc43d72bb.zip
Grammar.
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a7cd465e24c..30b0d9bafb3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -212,8 +212,8 @@ variable, are now declared obsolete.
212** read-key is a function halfway between read-event and read-key-sequence. 212** read-key is a function halfway between read-event and read-key-sequence.
213It reads a single key, but obeys input and escape sequence decoding. 213It reads a single key, but obeys input and escape sequence decoding.
214 214
215** start-process-shell-command start-file-process-shell-command only 215** start-process-shell-command and start-file-process-shell-command
216take a single `command' argument any more. 216now only take a single `command' argument.
217 217
218** The variable `process-file-side-effects' shall be bound to nil, if 218** The variable `process-file-side-effects' shall be bound to nil, if
219a `process-file' call does not change a remote file. By this, file 219a `process-file' call does not change a remote file. By this, file