From 960ae3d12bacc05a8565a255549b2e5169f5b46c Mon Sep 17 00:00:00 2001 From: Karoly Lorentey Date: Thu, 3 Feb 2005 23:31:44 +0000 Subject: [PATCH] Fix bootstrap error in CVS. * man/frames.texi: Fix two typos in Drag and Drop node. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-282 --- man/frames.texi | 14 +++++++------- src/buildobj.lst | 1 - 2 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 src/buildobj.lst diff --git a/man/frames.texi b/man/frames.texi index 877d9a0e319..1e403adf3e3 100644 --- a/man/frames.texi +++ b/man/frames.texi @@ -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 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 diff --git a/src/buildobj.lst b/src/buildobj.lst deleted file mode 100644 index 084b936db31..00000000000 --- a/src/buildobj.lst +++ /dev/null @@ -1 +0,0 @@ -dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o charset.o coding.o category.o ccl.o cm.o term.o xfaces.o xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fringe.o image.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o print.o lread.o abbrev.o syntax.o unexelf.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o terminfo.o lastfile.o vm-limit.o widget.o mktime.o -- 2.39.2