; * etc/NEWS: Mark a couple of entries that are already documented.

This commit is contained in:
Eli Zaretskii 2016-01-12 20:46:56 +02:00
parent fe6efddcc1
commit 792d469d69

View file

@ -1213,10 +1213,13 @@ symbol-function was changed not to signal `void-function' any more.
+++
*** As a consequence, the second arg of `indirect-function' is now obsolete.
+++
** Comint, term, and compile do not set the EMACS env var any more.
Use the INSIDE_EMACS environment variable instead.
+++
** `save-excursion' does not save&restore the mark any more.
Use `save-mark-and-excursion' if you want the old behavior.
** read-buffer-function can now be called with a 4th argument (`predicate').