]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Improve last change as proposed by Phil Sainty
authorMartin Rudalics <rudalics@gmx.at>
Wed, 18 Apr 2018 12:19:21 +0000 (14:19 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Wed, 18 Apr 2018 12:19:21 +0000 (14:19 +0200)
etc/NEWS

index 2d179b9f4238bf69eb81940d3d3acd50e27032fa..122eebdd1d9525e4d6fd709d1f881aa122de954d 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1278,11 +1278,13 @@ passphrases, but it was also removed from other pinentry programs as
 the attack is unrealistic on modern computer systems which don't
 utilize swap memory usually.
 
-** The function 'display-buffer-in-major-side-window' is now internal.
-This hitherto undocumented function which existed since Emacs 24.1 has
-been renamed to 'window--make-major-side-window' and its semantics
-changed.  Applications should use the now properly documented function
-'display-buffer-in-side-window' with appropriate arguments instead.
+** The function 'display-⁠buffer-⁠in-⁠major-⁠side-⁠window' no longer exists.
+It has been renamed as internal function 'window--make-major-side-window',
+however applications should instead call 'display-⁠buffer-⁠in-⁠side-⁠window'
+(passing the SIDE and SLOT parameters as elements of ALIST).  This approach
+is backwards-⁠compatible with versions of Emacs in which the old function
+exists.  See the node "(elisp) Displaying Buffers in Side Windows"
+in the ELisp manual for more details.
 \f
 * Lisp Changes in Emacs 26.1