]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix a typo in the Emacs manual
authorEli Zaretskii <eliz@gnu.org>
Sat, 12 May 2018 09:09:05 +0000 (12:09 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 12 May 2018 09:09:05 +0000 (12:09 +0300)
* doc/emacs/fixit.texi (Transpose): Fix a typo.  Reported by
Takesi Ayanokoji <ayanokoji.takesi@gmail.com>.

doc/emacs/fixit.texi

index 7cacac424008d6eba37b767b157b345549e84033..fe2da7ae4f132b1f0d24965ff3ecc52d5f4fbe08 100644 (file)
@@ -180,7 +180,7 @@ Otherwise, a reverse search (@kbd{C-r}) is often the best way.
 dragging the word preceding or containing point forward as well.  The
 punctuation characters between the words do not move.  For example,
 @w{@samp{FOO, BAR}} transposes into @w{@samp{BAR, FOO}} rather than
-@samp{@w{BAR FOO,}}.  When point is at the end of the line, it will
+@w{@samp{BAR 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.
 
   @kbd{C-M-t} (@code{transpose-sexps}) is a similar command for