]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix documentation of 'cycle-spacing'
authorEli Zaretskii <eliz@gnu.org>
Mon, 16 May 2022 11:50:27 +0000 (14:50 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 16 May 2022 11:50:27 +0000 (14:50 +0300)
* etc/NEWS:
* doc/emacs/killing.texi (Deletion): Fix wording and punctuation
of the documentation of 'cycle-spacing'.

doc/emacs/killing.texi
etc/NEWS

index 30025134ebaa9310d22d55910fab347082da2219..4435f6e494624accd93b8c341a6a220b0c991501 100644 (file)
@@ -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
index c0874dcd11551f8caffe1a73f3b4b039741d1edb..b5b2395286732aa1f45de68f122f3d1d0cc639b8 100644 (file)
--- 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.