aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2002-09-06 09:07:31 +0000
committerJuanma Barranquero2002-09-06 09:07:31 +0000
commitc3518b639e014a123f4666407c2e41c201e71f0d (patch)
treecdbb9eee1a6f9c6654d92a4eda61fd249abca8b1
parentf8f8d46438b88a27105d3272fe1c7168d9dc7c78 (diff)
downloademacs-c3518b639e014a123f4666407c2e41c201e71f0d.tar.gz
emacs-c3518b639e014a123f4666407c2e41c201e71f0d.zip
Fix spacing.
-rw-r--r--etc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d33f04f5bda..9e38a4f9dce 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4373,7 +4373,7 @@ CHAR
4373 still match. A non-greedy regexp matches as little as possible. 4373 still match. A non-greedy regexp matches as little as possible.
4374 4374
4375`(maximal-match SEXP)' 4375`(maximal-match SEXP)'
4376 produce a greedy regexp for SEXP. This is the default. 4376 produce a greedy regexp for SEXP. This is the default.
4377 4377
4378`(zero-or-more SEXP)' 4378`(zero-or-more SEXP)'
4379 matches zero or more occurrences of what SEXP matches. 4379 matches zero or more occurrences of what SEXP matches.
@@ -4418,7 +4418,7 @@ CHAR
4418 matches N to M occurrences of what SEXP matches. 4418 matches N to M occurrences of what SEXP matches.
4419 4419
4420`(eval FORM)' 4420`(eval FORM)'
4421 evaluate FORM and insert result. If result is a string, 4421 evaluate FORM and insert result. If result is a string,
4422 `regexp-quote' it. 4422 `regexp-quote' it.
4423 4423
4424`(regexp REGEXP)' 4424`(regexp REGEXP)'
@@ -8572,7 +8572,7 @@ write a file, it uses the specified coding system for that file.
8572If the immediately following command does not use the coding system, 8572If the immediately following command does not use the coding system,
8573then C-x RET c ultimately has no effect. 8573then C-x RET c ultimately has no effect.
8574 8574
8575For example, C-x RET c iso-8859-1 RET C-x C-f temp RET 8575For example, C-x RET c iso-8859-1 RET C-x C-f temp RET
8576visits the file `temp' treating it as ISO Latin-1. 8576visits the file `temp' treating it as ISO Latin-1.
8577 8577
8578*** You can specify the coding system for a file using the -*- 8578*** You can specify the coding system for a file using the -*-