]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Mark a couple of entries that are already documented.
authorEli Zaretskii <eliz@gnu.org>
Tue, 12 Jan 2016 18:46:56 +0000 (20:46 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 12 Jan 2016 18:46:56 +0000 (20:46 +0200)
etc/NEWS

index 10fcb7e3fd49d2a0023cbe5e87ddb4783272d9f3..9c416ae70703b0488777e8758eda0f5750aae43c 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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').