Mercurial > emacs
comparison etc/NEWS @ 94467:ca3d2cf5da1f
Fix typo in previous.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 29 Apr 2008 06:59:58 +0000 |
parents | f3f81db34133 |
children | 15e98f48709e |
comparison
equal
deleted
inserted
replaced
94466:f3f81db34133 | 94467:ca3d2cf5da1f |
---|---|
1125 `interactive-form' symbol property. Mostly useful to add complex interactive | 1125 `interactive-form' symbol property. Mostly useful to add complex interactive |
1126 forms to subroutines. | 1126 forms to subroutines. |
1127 | 1127 |
1128 * New Packages for Lisp Programming in Emacs 23.1 | 1128 * New Packages for Lisp Programming in Emacs 23.1 |
1129 | 1129 |
1130 ** find-cmd.el can build `find' commands using lisp synax. | 1130 ** find-cmd.el can build `find' commands using lisp syntax. |
1131 | 1131 |
1132 ** The package isearch-multi.el has been added. It implements a new mode | 1132 ** The package isearch-multi.el has been added. It implements a new mode |
1133 `isearch-buffers-minor-mode' that allows isearch to search through | 1133 `isearch-buffers-minor-mode' that allows isearch to search through |
1134 multiple buffers. In this mode a new variable | 1134 multiple buffers. In this mode a new variable |
1135 `isearch-buffers-next-buffer-function' defines the function to call | 1135 `isearch-buffers-next-buffer-function' defines the function to call |