Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
07e81066
Commit
07e81066
authored
Jun 04, 2008
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trent W. Buck <trentbuck at gmail.com> (tiny change)
(rx): Doc fix.
parent
f20186fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/emacs-lisp/rx.el
lisp/emacs-lisp/rx.el
+0
-6
No files found.
lisp/ChangeLog
View file @
07e81066
2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
* emacs-lisp/rx.el (rx): Doc fix.
2008-06-04 Markus Triska <markus.triska@gmx.at>
2008-06-04 Markus Triska <markus.triska@gmx.at>
* image-mode.el (image-mode-map): Add doc-view-inspired bindings.
* image-mode.el (image-mode-map): Add doc-view-inspired bindings.
...
...
lisp/emacs-lisp/rx.el
View file @
07e81066
...
@@ -943,15 +943,9 @@ enclosed in `(and ...)'.
...
@@ -943,15 +943,9 @@ enclosed in `(and ...)'.
`
(
**
N
M
SEXP
...
)
'
`
(
**
N
M
SEXP
...
)
'
matches
N
to
M
occurrences.
matches
N
to
M
occurrences.
`
(
backref
N
)
'
matches
what
was
matched
previously
by
submatch
N.
`
(
backref
N
)
'
`
(
backref
N
)
'
matches
what
was
matched
previously
by
submatch
N.
matches
what
was
matched
previously
by
submatch
N.
`
(
backref
N
)
'
matches
what
was
matched
previously
by
submatch
N.
`
(
eval
FORM
)
'
`
(
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-quote
'
it.
...
...
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