diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-07-07 23:03:02 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-07-07 23:03:02 +0000 |
commit | c0d01546164760403254db5e2d584e8e4561bf73 (patch) | |
tree | 1afc63f5708c17b13e8b7bc8d8210c83da58f6f2 | |
parent | b713c813e7476ccc16401414121d7c8e902a529a (diff) | |
download | emacs-c0d01546164760403254db5e2d584e8e4561bf73.tar.gz emacs-c0d01546164760403254db5e2d584e8e4561bf73.tar.bz2 emacs-c0d01546164760403254db5e2d584e8e4561bf73.zip |
*** empty log message ***
-rw-r--r-- | lispref/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index cddd1d506b0..f64c62b9081 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,17 @@ +2005-07-07 Luc Teirlinck <teirllm@auburn.edu> + + * search.texi (Isearch Scroll): Add example of using the + `isearch-scroll' property. + (Slow Isearch): Reference anchor for `baud-rate' instead of entire + `Display Custom' node. + (Regexp Replace): Put text that requires Emacs Lisp knowledge last + and de-emphasize it. + (Other Repeating Search): `occur' currently can not correctly + handle multiline matches. Correct, clarify and update description + of `flush-lines' and `keep-lines'. + + * display.texi (Display Custom): Add anchor for `baud-rate'. + 2005-07-06 Richard M. Stallman <rms@gnu.org> * searching.texi (Regexp Search): Clarify what re-search-forward |