Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c3518b63
Commit
c3518b63
authored
Sep 06, 2002
by
Juanma Barranquero
Browse files
Fix spacing.
parent
f8f8d464
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
etc/NEWS
etc/NEWS
+3
-3
No files found.
etc/NEWS
View file @
c3518b63
...
...
@@ -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 -*-
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment