diff options
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. |