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:
parent
20b919cfb1
commit
9f0c43a3d1
1 changed files with 5 additions and 4 deletions
9
etc/NEWS
9
etc/NEWS
|
|
@ -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'.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue