From: Eli Zaretskii Date: Mon, 16 May 2022 11:50:27 +0000 (+0300) Subject: ; Fix documentation of 'cycle-spacing' X-Git-Tag: emacs-29.0.90~1910^2~647 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0e883986326c10b9e38e3b9583db37d4344a8ed8;p=emacs.git ; Fix documentation of 'cycle-spacing' * etc/NEWS: * doc/emacs/killing.texi (Deletion): Fix wording and punctuation of the documentation of 'cycle-spacing'. --- diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi index 30025134eba..4435f6e4946 100644 --- a/doc/emacs/killing.texi +++ b/doc/emacs/killing.texi @@ -130,8 +130,8 @@ leaving @minus{}@var{n} spaces before point. @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 diff --git a/etc/NEWS b/etc/NEWS index c0874dcd115..b5b23952867 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -684,9 +684,9 @@ recreate it anew next time 'imenu' is invoked. * 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.