emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] feature/gnus-select 1731947 053/218: Document 'transpose-s


From: Andrew G Cohen
Subject: [Emacs-diffs] feature/gnus-select 1731947 053/218: Document 'transpose-sentences' and 'transpose-paragraphs'
Date: Fri, 14 Dec 2018 03:34:54 -0500 (EST)

branch: feature/gnus-select
commit 1731947df5e66d71c98546a39bc900a83f470870
Author: Charles A. Roelli <address@hidden>
Commit: Andrew G Cohen <address@hidden>

    Document 'transpose-sentences' and 'transpose-paragraphs'
    
    * doc/emacs/fixit.texi (Transpose): Add documentation and index
    entries for 'transpose-sentences' and 'transpose-paragraphs'
    (Bug#30343 in passing).
---
 doc/emacs/fixit.texi | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/doc/emacs/fixit.texi b/doc/emacs/fixit.texi
index eb783d1..0cb8565 100644
--- a/doc/emacs/fixit.texi
+++ b/doc/emacs/fixit.texi
@@ -149,6 +149,10 @@ Transpose two words (@code{transpose-words}).
 Transpose two balanced expressions (@code{transpose-sexps}).
 @item C-x C-t
 Transpose two lines (@code{transpose-lines}).
address@hidden M-x transpose-sentences
+Transpose two sentences (@code{transpose-sentences}).
address@hidden M-x transpose-paragraphs
+Transpose two paragraphs (@code{transpose-paragraphs}).
 @item M-x transpose-regions
 Transpose two regions.
 @end table
@@ -185,10 +189,14 @@ punctuation characters between the words do not move.  
For example,
 @address@hidden FOO,}}.  When point is at the end of the line, it will
 transpose the word before point with the first word on the next line.
 
address@hidden transpose-sentences
address@hidden transpose-paragraphs
   @kbd{C-M-t} (@code{transpose-sexps}) is a similar command for
 transposing two expressions (@pxref{Expressions}), and @kbd{C-x C-t}
-(@code{transpose-lines}) exchanges lines.  They work like @kbd{M-t}
-except as regards the units of text they transpose.
+(@code{transpose-lines}) exchanges lines.  @kbd{M-x
+transpose-sentences} and @kbd{M-x transpose-paragraphs} transpose
+sentences and paragraphs, respectively.  These commands work like
address@hidden except as regards the units of text they transpose.
 
   A numeric argument to a transpose command serves as a repeat count: it
 tells the transpose command to move the character (or word or



reply via email to

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