diff options
| author | Eli Zaretskii | 2000-10-07 19:15:54 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-10-07 19:15:54 +0000 |
| commit | f8d54c986a9288344af2880f69f60fa4b1e33b49 (patch) | |
| tree | 25c44bcefdf9c1d70033274c3ecf86e432595a66 /etc | |
| parent | a115794c527032447ab05487d6b0bc52ef1907e8 (diff) | |
| download | emacs-f8d54c986a9288344af2880f69f60fa4b1e33b49.tar.gz emacs-f8d54c986a9288344af2880f69f60fa4b1e33b49.zip | |
Fixed a typo.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -836,7 +836,7 @@ mode. | |||
| 836 | ** Comint (subshell) changes | 836 | ** Comint (subshell) changes |
| 837 | 837 | ||
| 838 | By default, comint no longer uses the variable `comint-prompt-regexp' to | 838 | By default, comint no longer uses the variable `comint-prompt-regexp' to |
| 839 | distiguish prompts from user-input. Instead, it notices which parts of | 839 | distinguish prompts from user-input. Instead, it notices which parts of |
| 840 | the text were output by the process, and which entered by the user, and | 840 | the text were output by the process, and which entered by the user, and |
| 841 | attaches `field' properties to allow emacs commands to use this information. | 841 | attaches `field' properties to allow emacs commands to use this information. |
| 842 | Common movement commands, notably beginning-of-line, respect field | 842 | Common movement commands, notably beginning-of-line, respect field |