Mercurial > emacs
comparison etc/NEWS @ 41356:39332ec6c47d
Fix typos.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 21 Nov 2001 19:42:46 +0000 |
parents | ffd42182dd37 |
children | 65eb0f7957c8 |
comparison
equal
deleted
inserted
replaced
41355:ffd42182dd37 | 41356:39332ec6c47d |
---|---|
206 | 206 |
207 ** If you set `query-replace-skip-read-only' non-nil, | 207 ** If you set `query-replace-skip-read-only' non-nil, |
208 `query-replace' and related functions simply ignore | 208 `query-replace' and related functions simply ignore |
209 a match if part of it has a read-only property. | 209 a match if part of it has a read-only property. |
210 | 210 |
211 ** In `replace-match', the replacement replacement text no longer | 211 ** In `replace-match', the replacement text no longerinherits |
212 inherits properties from surrounding text. | 212 properties from surrounding text. |
213 | 213 |
214 ** New function `buffer-local-value'. | 214 ** New function `buffer-local-value'. |
215 | 215 |
216 - Function: buffer-local-value variable buffer | 216 - Function: buffer-local-value variable buffer |
217 | 217 |
2549 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, | 2549 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, |
2550 (Display-related features are described in a page of their own below.) | 2550 (Display-related features are described in a page of their own below.) |
2551 | 2551 |
2552 ** Function assq-delete-all replaces function assoc-delete-all. | 2552 ** Function assq-delete-all replaces function assoc-delete-all. |
2553 | 2553 |
2554 ** The new function amimate-string, from lisp/play/animate.el | 2554 ** The new function animate-string, from lisp/play/animate.el |
2555 allows the animated display of strings. | 2555 allows the animated display of strings. |
2556 | 2556 |
2557 ** The new function `interactive-form' can be used to obtain the | 2557 ** The new function `interactive-form' can be used to obtain the |
2558 interactive form of a function. | 2558 interactive form of a function. |
2559 | 2559 |