Mercurial > emacs
comparison etc/NEWS @ 46989:eeab5bdaffa2
Fix typos.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 21 Aug 2002 00:18:46 +0000 |
parents | aeb54264d594 |
children | 494276e37e66 |
comparison
equal
deleted
inserted
replaced
46988:e6a15b4101f4 | 46989:eeab5bdaffa2 |
---|---|
708 **** New default keywords for TeX. | 708 **** New default keywords for TeX. |
709 The new keywords are def, newcommand, renewcommand, newenvironment and | 709 The new keywords are def, newcommand, renewcommand, newenvironment and |
710 renewenvironment. | 710 renewenvironment. |
711 | 711 |
712 **** In Makefiles, constants are tagged | 712 **** In Makefiles, constants are tagged |
713 If you want the old behaviour instead, thus avoiding to increase the | 713 If you want the old behavior instead, thus avoiding to increase the |
714 size of the tags file, use the --no-globals option. | 714 size of the tags file, use the --no-globals option. |
715 | 715 |
716 **** In Prolog, etags creates tags for rules in addition to predicates. | 716 **** In Prolog, etags creates tags for rules in addition to predicates. |
717 | 717 |
718 *** Honour #line directives. | 718 *** Honour #line directives. |
762 +++ | 762 +++ |
763 ** `xml-mode' is now an alias for `smgl-mode', which has XML support. | 763 ** `xml-mode' is now an alias for `smgl-mode', which has XML support. |
764 | 764 |
765 +++ | 765 +++ |
766 ** New user option `isearch-resume-enabled'. | 766 ** New user option `isearch-resume-enabled'. |
767 This option can be disabled, to avoid the normal behaviour of isearch | 767 This option can be disabled, to avoid the normal behavior of isearch |
768 which puts calls to `isearch-resume' in the command history. | 768 which puts calls to `isearch-resume' in the command history. |
769 | 769 |
770 --- | 770 --- |
771 ** When the *scratch* buffer is recreated, its mode is set from | 771 ** When the *scratch* buffer is recreated, its mode is set from |
772 initial-major-mode, which normally is lisp-interaction-mode, | 772 initial-major-mode, which normally is lisp-interaction-mode, |
1125 equivalent to writing a `def-edebug-spec' for the macro. | 1125 equivalent to writing a `def-edebug-spec' for the macro. |
1126 | 1126 |
1127 ** Interactive commands can be remapped through keymaps. | 1127 ** Interactive commands can be remapped through keymaps. |
1128 | 1128 |
1129 This is an alternative to using defadvice or substitute-key-definition | 1129 This is an alternative to using defadvice or substitute-key-definition |
1130 to modify the behaviour of a key binding using the normal keymap | 1130 to modify the behavior of a key binding using the normal keymap |
1131 binding and lookup functionality. | 1131 binding and lookup functionality. |
1132 | 1132 |
1133 When a key sequence is bound to a command, and that command is | 1133 When a key sequence is bound to a command, and that command is |
1134 remapped to another command, that command is run instead of the | 1134 remapped to another command, that command is run instead of the |
1135 original command. | 1135 original command. |
3487 | 3487 |
3488 *** 5x5.el is a simple puzzle game. | 3488 *** 5x5.el is a simple puzzle game. |
3489 | 3489 |
3490 *** hl-line.el provides `hl-line-mode', a minor mode to highlight the | 3490 *** hl-line.el provides `hl-line-mode', a minor mode to highlight the |
3491 current line in the current buffer. It also provides | 3491 current line in the current buffer. It also provides |
3492 `global-hl-line-mode' to provide the same behaviour in all buffers. | 3492 `global-hl-line-mode' to provide the same behavior in all buffers. |
3493 | 3493 |
3494 *** ansi-color.el translates ANSI terminal escapes into text-properties. | 3494 *** ansi-color.el translates ANSI terminal escapes into text-properties. |
3495 | 3495 |
3496 Please note: if `ansi-color-for-comint-mode' and | 3496 Please note: if `ansi-color-for-comint-mode' and |
3497 `global-font-lock-mode' are non-nil, loading ansi-color.el will | 3497 `global-font-lock-mode' are non-nil, loading ansi-color.el will |
9604 according to the true syntactic context relative to other lines. You can use | 9604 according to the true syntactic context relative to other lines. You can use |
9605 the new variable lazy-lock-defer-contextually to control this feature. If | 9605 the new variable lazy-lock-defer-contextually to control this feature. If |
9606 non-nil, changes to the buffer will cause subsequent lines in the buffer to be | 9606 non-nil, changes to the buffer will cause subsequent lines in the buffer to be |
9607 refontified after lazy-lock-defer-time seconds of idle time. If nil, then only | 9607 refontified after lazy-lock-defer-time seconds of idle time. If nil, then only |
9608 the modified lines will be refontified; this is the same as the previous Lazy | 9608 the modified lines will be refontified; this is the same as the previous Lazy |
9609 Lock mode behaviour and the behaviour of Font Lock mode. | 9609 Lock mode behavior and the behavior of Font Lock mode. |
9610 | 9610 |
9611 This feature is useful in modes where strings or comments can span lines. | 9611 This feature is useful in modes where strings or comments can span lines. |
9612 For example, if a string or comment terminating character is deleted, then if | 9612 For example, if a string or comment terminating character is deleted, then if |
9613 this feature is enabled subsequent lines in the buffer will be correctly | 9613 this feature is enabled subsequent lines in the buffer will be correctly |
9614 refontified to reflect their new syntactic context. Previously, only the line | 9614 refontified to reflect their new syntactic context. Previously, only the line |