diff options
| author | Juri Linkov | 2005-07-18 15:33:45 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-07-18 15:33:45 +0000 |
| commit | 1bef859700570a39dfd2afa716cba836ef8a4525 (patch) | |
| tree | c1cdf73b7a3815083a18bd0c72f41fa7ebc8c8c0 /etc | |
| parent | 93ebab2353581844ff7752610553b020652fa526 (diff) | |
| download | emacs-1bef859700570a39dfd2afa716cba836ef8a4525.tar.gz emacs-1bef859700570a39dfd2afa716cba836ef8a4525.zip | |
Delete duplicate words.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 2 insertions, 3 deletions
| @@ -2398,7 +2398,7 @@ GDB. You can interact with GDB through the GUD buffer in the usual way, but | |||
| 2398 | there are also further buffers which control the execution and describe the | 2398 | there are also further buffers which control the execution and describe the |
| 2399 | state of your program. It can separate the input/output of your program from | 2399 | state of your program. It can separate the input/output of your program from |
| 2400 | that of GDB and watches expressions in the speedbar. It also uses features of | 2400 | that of GDB and watches expressions in the speedbar. It also uses features of |
| 2401 | Emacs 21/22 such as the the toolbar, and bitmaps in the fringe to indicate | 2401 | Emacs 21/22 such as the toolbar, and bitmaps in the fringe to indicate |
| 2402 | breakpoints. | 2402 | breakpoints. |
| 2403 | 2403 | ||
| 2404 | Use M-x gdb to start GDB-UI. | 2404 | Use M-x gdb to start GDB-UI. |
| @@ -4094,8 +4094,7 @@ emacs tries to read it. | |||
| 4094 | 4094 | ||
| 4095 | *** The new function `call-process-shell-command'. | 4095 | *** The new function `call-process-shell-command'. |
| 4096 | 4096 | ||
| 4097 | This executes a shell command command synchronously in a separate | 4097 | This executes a shell command synchronously in a separate process. |
| 4098 | process. | ||
| 4099 | 4098 | ||
| 4100 | *** The new function `process-file' is similar to `call-process', but | 4099 | *** The new function `process-file' is similar to `call-process', but |
| 4101 | obeys file handlers. The file handler is chosen based on | 4100 | obeys file handlers. The file handler is chosen based on |