diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-05-12 12:09:05 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-05-12 12:09:05 +0300 |
commit | b98cf9cdabd710f89eb57645a163fd52db338404 (patch) | |
tree | f5d32a53b61bd3de814009bd873481ee776ab00d /doc | |
parent | 700fcd77d7d3fbe7e48a637db9225706553b0262 (diff) | |
download | emacs-b98cf9cdabd710f89eb57645a163fd52db338404.tar.gz |
; Fix a typo in the Emacs manual
* doc/emacs/fixit.texi (Transpose): Fix a typo. Reported by
Takesi Ayanokoji <ayanokoji.takesi@gmail.com>.
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 |