1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; * etc/NEWS: Copyediting.

This commit is contained in:
Sean Whitton 2025-04-18 18:27:11 +08:00
parent 20b919cfb1
commit 9f0c43a3d1

View file

@ -219,8 +219,8 @@ popup interface, such as the interfaces that the GNU ELPA packages Corfu
and Company provide, you can set this option to the same sort function and Company provide, you can set this option to the same sort function
that your popup interface uses for a more integrated experience. that your popup interface uses for a more integrated experience.
Note: 'completion-preview-sort-function' was present also in Emacs 30.1, ('completion-preview-sort-function' was already present in Emacs 30.1,
albeit as a variable, not a user option. but as a plain Lisp variable, not a user option.)
** Windows ** Windows
@ -315,8 +315,9 @@ helps to restore window buffers across Emacs sessions.
+++ +++
*** New function 'frame-deletable-p'. *** New function 'frame-deletable-p'.
Calling this function before 'delete-frame' is useful to avoid that the Calling this function before 'delete-frame' is useful to avoid how the
latter throws an error when the argument FRAME cannot be deleted. latter function signals an error when its FRAME argument cannot be
deleted.
+++ +++
*** New value 'force' for user option 'frame-inhibit-implied-resize'. *** New value 'force' for user option 'frame-inhibit-implied-resize'.