aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Steingold2000-08-14 19:47:39 +0000
committerSam Steingold2000-08-14 19:47:39 +0000
commitd96d6bb0684903d948795a624810f1bf4ee7b470 (patch)
tree7543a9c47f7f5a778fe52018a331f502f474214f
parent956777b3e69ca82cc32c43776b08af8a90ad5c7f (diff)
downloademacs-d96d6bb0684903d948795a624810f1bf4ee7b470.tar.gz
emacs-d96d6bb0684903d948795a624810f1bf4ee7b470.zip
typo fix
-rw-r--r--etc/NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d2bcddd13a0..8a58e5616ac 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1117,9 +1117,9 @@ typical scenario is to keep track of how much time you spend working
1117on certain projects. 1117on 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
1120regexp's can be highlighted. For example, 1120regexp'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
1124will highlight all occurrences of `clearly' using a yellow background 1124will highlight all occurrences of `clearly' using a yellow background
1125face. New occurrences of `clearly' will be highlighted as they are 1125face. New occurrences of `clearly' will be highlighted as they are
@@ -1129,7 +1129,7 @@ appropriate faces is provided. The regexps can be written into the
1129current buffer in a form that will be recognized the next time the 1129current buffer in a form that will be recognized the next time the
1130corresponding file is read. 1130corresponding 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
1133Emacs is idle. 1133Emacs 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
@@ -1952,7 +1952,7 @@ Returns the rehash threshold of TABLE.
1952 1952
1953Returns the size of TABLE. 1953Returns the size of TABLE.
1954 1954
1955- Function: hash-table-rehash-test TABLE 1955- Function: hash-table-test TABLE
1956 1956
1957Returns the test TABLE uses to compare keys. 1957Returns the test TABLE uses to compare keys.
1958 1958