]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix spacing.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 09:07:31 +0000 (09:07 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 09:07:31 +0000 (09:07 +0000)
etc/NEWS

index d33f04f5bdafe0d274f1e1ad8a66a1f674fe976c..9e38a4f9dce2352c33f80c0ab9cf6350322f3a2c 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4373,7 +4373,7 @@ CHAR
      still match.  A non-greedy regexp matches as little as possible.
 
 `(maximal-match SEXP)'
-     produce a greedy regexp for SEXP.   This is the default.
+     produce a greedy regexp for SEXP.  This is the default.
 
 `(zero-or-more SEXP)'
      matches zero or more occurrences of what SEXP matches.
@@ -4418,7 +4418,7 @@ CHAR
      matches N to M occurrences of what SEXP matches.
 
 `(eval FORM)'
-      evaluate FORM and insert result.   If result is a string,
+      evaluate FORM and insert result.  If result is a string,
       `regexp-quote' it.
 
 `(regexp REGEXP)'
@@ -8572,7 +8572,7 @@ write a file, it uses the specified coding system for that file.
 If the immediately following command does not use the coding system,
 then C-x RET c ultimately has no effect.
 
-For example,  C-x RET c iso-8859-1 RET C-x C-f temp RET
+For example, C-x RET c iso-8859-1 RET C-x C-f temp RET
 visits the file `temp' treating it as ISO Latin-1.
 
 *** You can specify the coding system for a file using the -*-