* etc/NEWS:
* doc/emacs/killing.texi (Deletion): Fix wording and punctuation
of the documentation of 'cycle-spacing'.
@vindex cycle-spacing-actions
The command @code{cycle-spacing} (@kbd{M-@key{SPC}}) acts like a more
flexible version of @code{just-one-space}. It performs different
-space cleanup actions if you call it repeatedly in succession as
-defined by @code{cycle-spacing-actions}.
+space cleanup actions defined by @code{cycle-spacing-actions}, in a
+cyclic manner, if you call it repeatedly in succession.
@kbd{C-x C-o} (@code{delete-blank-lines}) deletes all blank lines
after the current line. If the current line is blank, it deletes all
* Editing Changes in Emacs 29.1
+++
-** M-SPC is now bound to 'cycle-spacing' (formerly it was 'just-one-space').
+** M-SPC is now bound to 'cycle-spacing' (formerly it invoked 'just-one-space').
The actions performed by 'cycle-spacing' and their order can now be
-customized via 'cycle-spacing-actions'.
+customized via the variable 'cycle-spacing-actions'.
---
** 'scroll-other-window' and 'scroll-other-window-down' now respects remapping.