Mercurial > emacs
changeset 100510:4237a91e0f39
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Fri, 19 Dec 2008 00:20:48 +0000 |
parents | 9c2f92d8fc34 |
children | c8784ac2b765 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Dec 19 00:18:52 2008 +0000 +++ b/lisp/ChangeLog Fri Dec 19 00:20:48 2008 +0000 @@ -1,3 +1,12 @@ +2008-12-19 Juri Linkov <juri@jurta.org> + + * info.el (Info-isearch-search): Implement lax version of + incremental word search in Info. + (Info-isearch-start): Set Info-isearch-initial-node to the + current node when search is nonincremental to not stop at the + initial node in this case. + (Info-mode-map): Unbind "\M-s" from `Info-search'. + 2008-12-18 Juanma Barranquero <lekktu@gmail.com> * textmodes/rst.el (rst-promote-region): Reflow docstring.