comparison etc/NEWS @ 32256:768c5c14d49e

Fixed a typo.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 07 Oct 2000 19:15:54 +0000
parents f5d09b70a4b8
children aec9a1888e3b
comparison
equal deleted inserted replaced
32255:867752ecd03c 32256:768c5c14d49e
834 mode. 834 mode.
835 835
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
843 boundaries in a fairly natural manner. 843 boundaries in a fairly natural manner.
844 To disable this feature, and use the old behavior, set the variable 844 To disable this feature, and use the old behavior, set the variable