diff options
| author | Chong Yidong | 2009-04-15 21:54:15 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-04-15 21:54:15 +0000 |
| commit | 80d7cdca53f26dfd282c654eadeda63e0ca09715 (patch) | |
| tree | d8bc8690b0aecd9aa4a28b2ea59ea682dbb49684 /doc/lispref/ChangeLog | |
| parent | b0f439fc190963f329b221678c8c495011df834b (diff) | |
| download | emacs-80d7cdca53f26dfd282c654eadeda63e0ca09715.tar.gz emacs-80d7cdca53f26dfd282c654eadeda63e0ca09715.zip | |
* searching.texi (Regexp Backslash): Also refer to shy groups as
non-capturing or unnumbered groups.
(Regexp Functions): Add cross-reference to Regexp Backslash.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 073bdc41842..8cb1e0206b3 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2009-04-15 Chong Yidong <cyd@stupidchicken.com> | 1 | 2009-04-15 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * searching.texi (Regexp Backslash): Also refer to shy groups as | ||
| 4 | non-capturing or unnumbered groups. | ||
| 5 | (Regexp Functions): Add cross-reference to Regexp Backslash. | ||
| 6 | |||
| 3 | * display.texi (Truncation): Overlays can use line-prefix and | 7 | * display.texi (Truncation): Overlays can use line-prefix and |
| 4 | wrap-prefix too. | 8 | wrap-prefix too. |
| 5 | (Overlay Properties): Document wrap-prefix and line-prefix. | 9 | (Overlay Properties): Document wrap-prefix and line-prefix. |