emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 0e88398632: ; Fix documentation of 'cycle-spacing'


From: Eli Zaretskii
Subject: master 0e88398632: ; Fix documentation of 'cycle-spacing'
Date: Mon, 16 May 2022 07:51:25 -0400 (EDT)

branch: master
commit 0e883986326c10b9e38e3b9583db37d4344a8ed8
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix documentation of 'cycle-spacing'
    
    * etc/NEWS:
    * doc/emacs/killing.texi (Deletion): Fix wording and punctuation
    of the documentation of 'cycle-spacing'.
---
 doc/emacs/killing.texi | 4 ++--
 etc/NEWS               | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi
index 30025134eb..4435f6e494 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 c0874dcd11..b5b2395286 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]