]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 1 Apr 2001 03:20:52 +0000 (03:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 1 Apr 2001 03:20:52 +0000 (03:20 +0000)
man/basic.texi
man/fixit.texi

index 3349c9180822f78959e8bab681d647b3a3303494..c0af8fb24265db7fc397f1285d3ec9e28c82f11c 100644 (file)
@@ -60,7 +60,7 @@ be @key{DEL}, and sets it up that way.  But in some cases, especially
 with text-only terminals, you will need to tell Emacs which key to use
 for that purpose.  If the large key not far above the @key{RET} or
 @key{ENTER} key doesn't delete backwards, you need to do this.
-@xref{DEL Gets Help}.
+@xref{DEL Gets Help}, for an explanation of how.
 
   Many keyboards have both a @key{BACKSPACE} key a short ways above
 @key{RET} or @key{ENTER}, and a @key{DELETE} key elsewhere.  In that
index 4048e3750ad1c924ba97f04f94ca5c2f99186de9..8f5fd8871c386dd264c5adc2d8bb1b7b51d0f766 100644 (file)
@@ -96,11 +96,12 @@ Otherwise, a reverse search (@kbd{C-r}) is often the best way.
 @c programs.texi, in the "List Commands" node.
 @c @kindex C-M-t
 @c @findex transpose-sexps
-  @kbd{M-t} (@code{transpose-words}) transposes the word before point
-with the word after point.  It moves point forward over a word, 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,}}.
+  @kbd{M-t} transposes the word before point with the word after point
+(@code{transpose-words}).  It moves point forward over a word,
+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,}}.
 
   @kbd{C-M-t} (@code{transpose-sexps}) is a similar command for transposing
 two expressions (@pxref{Lists}), and @kbd{C-x C-t} (@code{transpose-lines})