From: Eli Zaretskii Date: Sat, 12 May 2018 09:09:05 +0000 (+0300) Subject: ; Fix a typo in the Emacs manual X-Git-Tag: emacs-26.1~34 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b98cf9c;p=emacs.git ; Fix a typo in the Emacs manual * doc/emacs/fixit.texi (Transpose): Fix a typo. Reported by Takesi Ayanokoji . --- diff --git a/doc/emacs/fixit.texi b/doc/emacs/fixit.texi index 7cacac42400..fe2da7ae4f1 100644 --- a/doc/emacs/fixit.texi +++ b/doc/emacs/fixit.texi @@ -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