]> git.eshelyaron.com Git - emacs.git/commitdiff
(Frames, Drag and Drop): Fix typos.
authorLute Kamstra <lute@gnu.org>
Thu, 3 Feb 2005 09:18:48 +0000 (09:18 +0000)
committerLute Kamstra <lute@gnu.org>
Thu, 3 Feb 2005 09:18:48 +0000 (09:18 +0000)
man/ChangeLog
man/frames.texi

index ca46664fe39884bb6e2553efdef56b808177fa1f..8f123098ec4a40fe004a7c8a8a82f086f378de63 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-03  Lute Kamstra  <lute@gnu.org>
+
+       * frames.texi (Frames, Drag and Drop): Fix typos.
+
 2005-02-03  Richard M. Stallman  <rms@gnu.org>
 
        * windows.texi (Basic Window): Mention color-change in mode line.
index 877d9a0e31960459ee75c2a9adac1b6d75daa827..603dfdea2526ab6632649bc9afebb346c1c6c3cd 100644 (file)
@@ -44,7 +44,7 @@ so that you can use many of the features described in this chapter.
 * Frame Parameters::    Changing the colors and other modes of frames.
 * Scroll Bars::                How to enable and disable scroll bars; how to use them.
 * Wheeled Mice::        Using mouse wheels for scrolling.
-* Drag and drop::       Using drag and drop to open files and insert text.
+* Drag and Drop::       Using drag and drop to open files and insert text.
 * Menu Bars::          Enabling and disabling the menu bar.
 * Tool Bars::           Enabling and disabling the tool bar.
 * Dialog Boxes::        Controlling use of dialog boxes.
@@ -813,12 +813,12 @@ buffers are scrolled.
 @section Drag and Drop
 @cindex drag and drop
 
-  Emacs supports @cindex{drag and drop} using the mouse.  For
-instance, dropping text onto an Emacs frame inserts the text where it
-is dropped.  Dropping a file onto an Emacs frame visits that file.  As
-a special case, dropping the file on a Dired buffer moves or copies
-the file (according to the conventions of the application it came
-from) into the directory displayed in that buffer.
+  Emacs supports @dfn{drag and drop} using the mouse.  For instance,
+dropping text onto an Emacs frame inserts the text where it is dropped.
+Dropping a file onto an Emacs frame visits that file.  As a special
+case, dropping the file on a Dired buffer moves or copies the file
+(according to the conventions of the application it came from) into the
+directory displayed in that buffer.
 
 @vindex x-dnd-open-file-other-window
   Dropping a file normally visits it in the window you drop it on.  If