diff options
| author | Richard M. Stallman | 2001-04-01 03:20:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-04-01 03:20:52 +0000 |
| commit | 0a4fb541f71d650f9f4883ae3d426846b5d1253c (patch) | |
| tree | bd577934761fce8264161a4b4be6fb9334963b1e | |
| parent | b72d30a79867f4fe702c599799399ecb9f596b5d (diff) | |
| download | emacs-0a4fb541f71d650f9f4883ae3d426846b5d1253c.tar.gz emacs-0a4fb541f71d650f9f4883ae3d426846b5d1253c.zip | |
Minor change.
| -rw-r--r-- | man/basic.texi | 2 | ||||
| -rw-r--r-- | man/fixit.texi | 11 |
2 files changed, 7 insertions, 6 deletions
diff --git a/man/basic.texi b/man/basic.texi index 3349c918082..c0af8fb2426 100644 --- a/man/basic.texi +++ b/man/basic.texi | |||
| @@ -60,7 +60,7 @@ be @key{DEL}, and sets it up that way. But in some cases, especially | |||
| 60 | with text-only terminals, you will need to tell Emacs which key to use | 60 | with text-only terminals, you will need to tell Emacs which key to use |
| 61 | for that purpose. If the large key not far above the @key{RET} or | 61 | for that purpose. If the large key not far above the @key{RET} or |
| 62 | @key{ENTER} key doesn't delete backwards, you need to do this. | 62 | @key{ENTER} key doesn't delete backwards, you need to do this. |
| 63 | @xref{DEL Gets Help}. | 63 | @xref{DEL Gets Help}, for an explanation of how. |
| 64 | 64 | ||
| 65 | Many keyboards have both a @key{BACKSPACE} key a short ways above | 65 | Many keyboards have both a @key{BACKSPACE} key a short ways above |
| 66 | @key{RET} or @key{ENTER}, and a @key{DELETE} key elsewhere. In that | 66 | @key{RET} or @key{ENTER}, and a @key{DELETE} key elsewhere. In that |
diff --git a/man/fixit.texi b/man/fixit.texi index 4048e3750ad..8f5fd8871c3 100644 --- a/man/fixit.texi +++ b/man/fixit.texi | |||
| @@ -96,11 +96,12 @@ Otherwise, a reverse search (@kbd{C-r}) is often the best way. | |||
| 96 | @c programs.texi, in the "List Commands" node. | 96 | @c programs.texi, in the "List Commands" node. |
| 97 | @c @kindex C-M-t | 97 | @c @kindex C-M-t |
| 98 | @c @findex transpose-sexps | 98 | @c @findex transpose-sexps |
| 99 | @kbd{M-t} (@code{transpose-words}) transposes the word before point | 99 | @kbd{M-t} transposes the word before point with the word after point |
| 100 | with the word after point. It moves point forward over a word, dragging | 100 | (@code{transpose-words}). It moves point forward over a word, |
| 101 | the word preceding or containing point forward as well. The punctuation | 101 | dragging the word preceding or containing point forward as well. The |
| 102 | characters between the words do not move. For example, @w{@samp{FOO, BAR}} | 102 | punctuation characters between the words do not move. For example, |
| 103 | transposes into @w{@samp{BAR, FOO}} rather than @samp{@w{BAR FOO,}}. | 103 | @w{@samp{FOO, BAR}} transposes into @w{@samp{BAR, FOO}} rather than |
| 104 | @samp{@w{BAR FOO,}}. | ||
| 104 | 105 | ||
| 105 | @kbd{C-M-t} (@code{transpose-sexps}) is a similar command for transposing | 106 | @kbd{C-M-t} (@code{transpose-sexps}) is a similar command for transposing |
| 106 | two expressions (@pxref{Lists}), and @kbd{C-x C-t} (@code{transpose-lines}) | 107 | two expressions (@pxref{Lists}), and @kbd{C-x C-t} (@code{transpose-lines}) |