aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS12
1 files changed, 7 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2d179b9f423..122eebdd1d9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1278,11 +1278,13 @@ passphrases, but it was also removed from other pinentry programs as
1278the attack is unrealistic on modern computer systems which don't 1278the attack is unrealistic on modern computer systems which don't
1279utilize swap memory usually. 1279utilize swap memory usually.
1280 1280
1281** The function 'display-buffer-in-major-side-window' is now internal. 1281** The function 'display-⁠buffer-⁠in-⁠major-⁠side-⁠window' no longer exists.
1282This hitherto undocumented function which existed since Emacs 24.1 has 1282It has been renamed as internal function 'window--make-major-side-window',
1283been renamed to 'window--make-major-side-window' and its semantics 1283however applications should instead call 'display-⁠buffer-⁠in-⁠side-⁠window'
1284changed. Applications should use the now properly documented function 1284(passing the SIDE and SLOT parameters as elements of ALIST). This approach
1285'display-buffer-in-side-window' with appropriate arguments instead. 1285is backwards-⁠compatible with versions of Emacs in which the old function
1286exists. See the node "(elisp) Displaying Buffers in Side Windows"
1287in the ELisp manual for more details.
1286 1288
1287* Lisp Changes in Emacs 26.1 1289* Lisp Changes in Emacs 26.1
1288 1290