diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/fixit.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |