Mercurial > emacs
comparison etc/NEWS @ 30789:68b63779f4df
typo fix
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Mon, 14 Aug 2000 19:47:39 +0000 |
parents | fff9b9ec1df1 |
children | a83791be7166 |
comparison
equal
deleted
inserted
replaced
30788:fff9b9ec1df1 | 30789:68b63779f4df |
---|---|
1115 intervals. You can use it for whatever purpose you like, but the | 1115 intervals. You can use it for whatever purpose you like, but the |
1116 typical scenario is to keep track of how much time you spend working | 1116 typical scenario is to keep track of how much time you spend working |
1117 on certain projects. | 1117 on certain projects. |
1118 | 1118 |
1119 *** The new package hi-lock.el, text matching interactively entered | 1119 *** The new package hi-lock.el, text matching interactively entered |
1120 regexp's can be highlighted. For example, | 1120 regexp's can be highlighted. For example, |
1121 | 1121 |
1122 M-x highlight-regexp RET clearly RET RET | 1122 M-x highlight-regexp RET clearly RET RET |
1123 | 1123 |
1124 will highlight all occurrences of `clearly' using a yellow background | 1124 will highlight all occurrences of `clearly' using a yellow background |
1125 face. New occurrences of `clearly' will be highlighted as they are | 1125 face. New occurrences of `clearly' will be highlighted as they are |
1126 typed. `M-x unhighlight-regexp RET' will remove the highlighting. | 1126 typed. `M-x unhighlight-regexp RET' will remove the highlighting. |
1127 Any existing face can be used for highlighting and a set of | 1127 Any existing face can be used for highlighting and a set of |
1128 appropriate faces is provided. The regexps can be written into the | 1128 appropriate faces is provided. The regexps can be written into the |
1129 current buffer in a form that will be recognized the next time the | 1129 current buffer in a form that will be recognized the next time the |
1130 corresponding file is read. | 1130 corresponding file is read. |
1131 | 1131 |
1132 *** The new package zone.el plays games with Emacs' display when | 1132 *** The new package zone.el plays games with Emacs' display when |
1133 Emacs is idle. | 1133 Emacs is idle. |
1134 | 1134 |
1135 *** The new package xml.el provides a simple but generic XML | 1135 *** The new package xml.el provides a simple but generic XML |
1136 parser. It doesn't parse the DTDs however. | 1136 parser. It doesn't parse the DTDs however. |
1137 | 1137 |
1950 | 1950 |
1951 - Function: hash-table-rehash-size TABLE | 1951 - Function: hash-table-rehash-size TABLE |
1952 | 1952 |
1953 Returns the size of TABLE. | 1953 Returns the size of TABLE. |
1954 | 1954 |
1955 - Function: hash-table-rehash-test TABLE | 1955 - Function: hash-table-test TABLE |
1956 | 1956 |
1957 Returns the test TABLE uses to compare keys. | 1957 Returns the test TABLE uses to compare keys. |
1958 | 1958 |
1959 - Function: hash-table-weakness TABLE | 1959 - Function: hash-table-weakness TABLE |
1960 | 1960 |