changeset 47283:0f65e6f1d100

Fix spacing.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 06 Sep 2002 09:07:31 +0000
parents 3b0f1a705853
children efec044efb3a
files etc/NEWS
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Fri Sep 06 09:05:22 2002 +0000
+++ b/etc/NEWS	Fri Sep 06 09:07:31 2002 +0000
@@ -4373,7 +4373,7 @@
      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 @@
      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 @@
 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 -*-