]> git.eshelyaron.com Git - emacs.git/commitdiff
typo fix
authorSam Steingold <sds@gnu.org>
Mon, 14 Aug 2000 19:47:39 +0000 (19:47 +0000)
committerSam Steingold <sds@gnu.org>
Mon, 14 Aug 2000 19:47:39 +0000 (19:47 +0000)
etc/NEWS

index d2bcddd13a0317d6dc4da46e01f9e6a6b2c2e1d0..8a58e5616ac78e87985959fd2c4172d01b0ab9a8 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1117,9 +1117,9 @@ typical scenario is to keep track of how much time you spend working
 on certain projects.
 
 *** The new package hi-lock.el, text matching interactively entered
-regexp's can be highlighted.  For example, 
+regexp's can be highlighted.  For example,
 
-  M-x highlight-regexp RET clearly RET RET 
+  M-x highlight-regexp RET clearly RET RET
 
 will highlight all occurrences of `clearly' using a yellow background
 face.  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
 current buffer in a form that will be recognized the next time the
 corresponding file is read.
 
-*** The new package zone.el plays games with Emacs' display when 
+*** The new package zone.el plays games with Emacs' display when
 Emacs is idle.
 
 *** The new package xml.el provides a simple but generic XML
@@ -1952,7 +1952,7 @@ Returns the rehash threshold of TABLE.
 
 Returns the size of TABLE.
 
-- Function: hash-table-rehash-test TABLE
+- Function: hash-table-test TABLE
 
 Returns the test TABLE uses to compare keys.