diff options
| author | Glenn Morris | 2009-09-10 06:27:04 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-09-10 06:27:04 +0000 |
| commit | a126db16fa29e84987cf4e37434eeaebc43d72bb (patch) | |
| tree | 42c452c94b71735a8e576c8c7acc16bcfb786ede | |
| parent | 9477096cf12dc0e2d2dd9e27b773d847198b85f5 (diff) | |
| download | emacs-a126db16fa29e84987cf4e37434eeaebc43d72bb.tar.gz emacs-a126db16fa29e84987cf4e37434eeaebc43d72bb.zip | |
Grammar.
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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. |
| 213 | It reads a single key, but obeys input and escape sequence decoding. | 213 | It 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 |
| 216 | take a single `command' argument any more. | 216 | now 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 |
| 219 | a `process-file' call does not change a remote file. By this, file | 219 | a `process-file' call does not change a remote file. By this, file |