diff options
| author | Chong Yidong | 2009-04-10 04:48:05 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-04-10 04:48:05 +0000 |
| commit | fca4ec765142cca3fd9b8a638f4cf39a304f7fbc (patch) | |
| tree | a8f6ec31956c4e5f75c1cc3bc0fc10975d59a72b /doc/lispref/ChangeLog | |
| parent | 98a326f7ef8fdc7d7ada32078ff8007c6e5f24cd (diff) | |
| download | emacs-fca4ec765142cca3fd9b8a638f4cf39a304f7fbc.tar.gz emacs-fca4ec765142cca3fd9b8a638f4cf39a304f7fbc.zip | |
* searching.texi (String Search): Document word-search-forward-lax
and word-search-backward-lax.
(Searching and Case): Describe isearch behavior more precisely.
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 5b568b627c4..9b1fdf124d2 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2009-04-10 Chong Yidong <cyd@stupidchicken.com> | 1 | 2009-04-10 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * searching.texi (String Search): Document word-search-forward-lax | ||
| 4 | and word-search-backward-lax. | ||
| 5 | (Searching and Case): Describe isearch behavior more precisely. | ||
| 6 | |||
| 3 | * keymaps.texi (Tool Bar): Mention that some platforms do not | 7 | * keymaps.texi (Tool Bar): Mention that some platforms do not |
| 4 | support multi-line toolbars. Suggested by Stephen Eglen. | 8 | support multi-line toolbars. Suggested by Stephen Eglen. |
| 5 | 9 | ||